[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 1 / f / UIViewController+SBAImagePicker / 1.0 / UIViewController+SBAImagePicker.podspec.json
blob25433b50d675eccf84535d2f016244b0569922cf
2   "name": "UIViewController+SBAImagePicker",
3   "version": "1.0",
4   "summary": "SBAImagePicker is light weight extension of UIViewController. With the help of SBAImagePicker you can now easily capture image from camera or gallery in a simple block based implementation.",
5   "homepage": "https://github.com/shoaib-akhtar/UIViewController-SBAImagePicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Shoaib Akhtar": "shoaib.akhtar1@live.com"
12   },
13   "source": {
14     "git": "https://github.com/shoaib-akhtar/UIViewController-SBAImagePicker.git",
15     "branch": "master",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Classes/*.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]