repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
a
/
3
/
b
/
FormKit
/
0.1.0
/
FormKit.podspec.json
blob
9018ed2b934863272920f3a3b5c786e903774599
1
{
2
"name": "FormKit",
3
"version": "0.1.0",
4
"summary": "FormKit",
5
"description": " FormKit models forms and correspond data \n",
6
"homepage": "https://github.com/gkaimakas/FormKit",
7
"license": "MIT",
8
"authors": {
9
"gkaimakas": "gkaimakas@gmail.com"
10
},
11
"source": {
12
"git": "https://github.com/gkaimakas/FormKit.git",
13
"tag": "0.1.0"
14
},
15
"platforms": {
16
"ios": "8.0"
17
},
18
"requires_arc": true,
19
"source_files": "Pod/Classes/**/*",
20
"resource_bundles": {
21
"FormKit": [
22
"Pod/Assets/*.png"
23
]
24
}
25
}