[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 9 / 3 / 8 / XLFormPhotoView / 3.3.0 / XLFormPhotoView.podspec.json
blob97fabf3ee53c99b175432b2e6fc63c089a3b8ccc
2   "name": "XLFormPhotoView",
3   "version": "3.3.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "在XLForm的基础上增加了自定义Cell类型,此Cell封装了TZImagePicker项目,以适配XLForm",
8   "description": "TZImagePicker:https://github.com/banchichen/TZImagePickerController\nXLForm:https://github.com/xmartlabs/XLForm\n检出代码后,xcode运行可在Custom Row里看到效果,例子在XLFormPhotoView/Examples/Objective-C/Examples/CustomRows/TZImagePicker/目录下",
9   "homepage": "https://github.com/qd-hzc/XLFormPhotoView",
10   "authors": {
11     "尹彬": "ybkk1027@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/qd-hzc/XLFormPhotoView.git",
15     "tag": "3.3.0"
16   },
17   "source_files": "XLForm/XL/**/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation",
26       "CoreGraphics"
27     ]
28   },
29   "resources": "XLForm/XLForm.bundle"