[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / a / d / HYPImagePicker / 0.3 / HYPImagePicker.podspec.json
blob11f2ba653f8b4a1cc98c8c009e4e5d902a1a5a7b
2   "name": "HYPImagePicker",
3   "version": "0.3",
4   "summary": "UIImagePickerController without the tears.",
5   "description": "                       UIImagePickerController without the tears. HYPImagePicker is the simplest way\n                       to access camera capabilities, at the same time supporting fallbacks for when\n                       the user doesn't have access to a camera.\n",
6   "homepage": "https://github.com/hyperoslo/HYPImagePicker",
7   "license": "MIT",
8   "authors": {
9     "Elvis Nuñez": "elvisnunez@me.com"
10   },
11   "source": {
12     "git": "https://github.com/hyperoslo/HYPImagePicker.git",
13     "tag": "0.3"
14   },
15   "social_media_url": "https://twitter.com/hyperoslo",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source",
21   "frameworks": [
22     "UIKit",
23     "AssetsLibrary"
24   ]