[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / 5 / JTForm / 0.0.1 / JTForm.podspec.json
blobda15582838b65534dc6c2361b668322528326448
2   "name": "JTForm",
3   "version": "0.0.1",
4   "summary": "简单快速的创建复杂且流畅的表单,XLForm与Texture相结合",
5   "homepage": "https://github.com/kikido/JTForm",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "kikido": "kikido1992@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/kikido/JTForm.git",
14     "tag": "0.0.1"
15   },
16   "source_files": [
17     "JTForm",
18     "JTForm/**/*.{h,m}"
19   ],
20   "resources": "JTForm/JTForm.bundle",
21   "dependencies": {
22     "SDWebImage": [
23       "~> 4.4.6"
24     ],
25     "Texture": [
26       "~> 2.8"
27     ]
28   },
29   "requires_arc": true,
30   "platforms": {
31     "ios": "9.0"
32   },
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "$(SRCROOT)/SDWebImage"
35   }