Skip to content

Commit

Permalink
Fix podspec: the framework name should be AssetsLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingtang committed Jul 23, 2015
1 parent eae178c commit 72647ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUKImagePickerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
'BUKImagePickerController' => ['BUKImagePickerController/Assets/*.png']
}

s.frameworks = 'ALAssetsLibrary'
s.frameworks = 'AssetsLibrary'
s.dependency 'FastttCamera', '~> 0.3'
end
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BUKImagePickerController: 988a05cac1fa0f47c3bc91af38d1c66e2ef1ce32
BUKImagePickerController: ce2bbb40e35fd312bdc2964b99cc73965aad9e75
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
Expecta+Snapshots: ca15bfb57e7a0f78f86c7699c2c54ffacfa4ad2a
FastttCamera: dfcec6e490be93130123309fdecc7cf444081470
Expand Down

0 comments on commit 72647ec

Please sign in to comment.