[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 7 / e / 1 / BUKImagePickerController / 0.1.2 / BUKImagePickerController.podspec.json
blobfa76930f5494bb74eece1c056590526b63acdb37
2   "name": "BUKImagePickerController",
3   "version": "0.1.2",
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.2"
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   "resources": [
21     "BUKImagePickerController/Assets/*.{png,xcassets}"
22   ],
23   "frameworks": "AssetsLibrary",
24   "dependencies": {
25     "FastttCamera": [
26       "~> 0.3"
27     ]
28   }