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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
7
/
1
/
8
/
IKMapper
/
0.0.3
/
IKMapper.podspec.json
blob
88d4e5433f9e61b76d35e721ec3284300b7d7196
1
{
2
"name": "IKMapper",
3
"version": "0.0.3",
4
"license": {
5
"type": "MIT"
6
},
7
"homepage": "https://github.com/iankeen/",
8
"authors": {
9
"Ian Keen": "iankeen82@gmail.com"
10
},
11
"summary": "Automatic NSObject <-> NSDictionary handling.",
12
"source": {
13
"git": "https://github.com/iankeen/ikmapper.git",
14
"tag": "0.0.3"
15
},
16
"source_files": "IKMapper/**/**.{h,m}",
17
"requires_arc": true,
18
"platforms": {
19
"ios": "7.0"
20
},
21
"dependencies": {
22
"IKCore": [
23
"~> 1.0"
24
]
25
}
26
}