[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 5 / 2 / JFImagePicker / 1.0.0 / JFImagePicker.podspec.json
blobe326bc10aa59b93866a394845168b0b2ed13a3b3
2   "name": "JFImagePicker",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A fast ImagePicker for iOS.",
6   "homepage": "https://github.com/johnil/JFImagePickerController",
7   "social_media_url": "http://weibo.com/u/3732851864",
8   "authors": {
9     "Johnil": "johnil@me.com"
10   },
11   "source": {
12     "git": "https://github.com/johnil/JFImagePickerController.git",
13     "tag": "1.0.0",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "JFImagePickerController/JFImagePickerController/*",
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics",
24     "UIKit",
25     "ImageIO",
26     "AssetsLibrary"
27   ]