[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / e / DCDataForm / 0.0.1 / DCDataForm.podspec.json
blobeeff5d304e195c832fb0a91f534b305cfaf3c262
2   "name": "DCDataForm",
3   "version": "0.0.1",
4   "summary": "An extension to DCDataViews to make creating forms simpler.",
5   "homepage": "https://github.com/austiniam/DCDataForm",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Austin Cherry": "chillingwithim@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/austiniam/DCDataForm.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "*.{h,m}",
18   "public_header_files": "*.h",
19   "requires_arc": true,
20   "dependencies": {
21     "DCDataViews": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Items",
28       "source_files": "Items/*.{h,m}"
29     },
30     {
31       "name": "Cells",
32       "source_files": "Cells/*.{h,m}",
33       "dependencies": {
34         "DCDataForm/Items": [
36         ]
37       }
38     }
39   ]