[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 7 / ILPMediaPicker / 0.0.2 / ILPMediaPicker.podspec.json
blob748407c41d5e45c4ebc40e7423438c74e5c45d8c
2   "name": "ILPMediaPicker",
3   "version": "0.0.2",
4   "summary": "A simple but efficient picker to select or create media items for iOS apps.",
5   "description": "ILPMediaPicker provides a simple way to select multiple images/video or create new ones using camera.\nIt allows to define a prefered size for assets thumbnail.",
6   "homepage": "https://github.com/novajohn/ILPMediaPicker",
7   "license": "MIT",
8   "authors": {
9     "Evgeniy Novikov": "neovajohn@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/novajohn/ILPMediaPicker.git",
16     "tag": "v0.0.2"
17   },
18   "source_files": "ILPMediaPicker/**/*.{h,m}",
19   "public_header_files": "ILPMediaPicker/**/*.h",
20   "resources": [
21     "ILPMediaPicker/**/*.xib",
22     "ILPMediaPicker/Resources/ILPMediaPicker.bundle"
23   ],
24   "frameworks": "UIKit",
25   "requires_arc": true