[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 1 / BUKImagePickerController / 0.1.7 / BUKImagePickerController.podspec.json
blobb0a4dd4fe90cac62be3be66df2048f104b0d3aa8
2   "name": "BUKImagePickerController",
3   "version": "0.1.7",
4   "summary": "A controller helps you select images from a camera or a photo library.",
5   "homepage": "https://github.com/iException/BUKImagePickerController",
6   "license": "MIT",
7   "authors": {
8     "Yiming Tang": "yimingnju@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/iException/BUKImagePickerController.git",
12     "tag": "v0.1.7"
13   },
14   "social_media_url": "https://twitter.com/yiming_t",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "BUKImagePickerController/Classes/**/*",
20   "resource_bundles": {
21     "BUKImagePickerController": [
22       "BUKImagePickerController/Assets/*.{lproj,png}"
23     ]
24   },
25   "frameworks": "AssetsLibrary",
26   "dependencies": {
27     "FastttCamera": [
28       "~> 0.3"
29     ]
30   }