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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
b
/
5
/
1
/
MarkovKit
/
0.6.0
/
MarkovKit.podspec.json
blob
d326980334001021c24feac7b1a0152fe7271951
1
{
2
"name": "MarkovKit",
3
"version": "0.6.0",
4
"summary": "Tools for working with Markov models",
5
"homepage": "https://github.com/sadawi/MarkovKit",
6
"license": "MIT",
7
"authors": {
8
"Sam Williams": "samuel.williams@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/sadawi/MarkovKit.git",
12
"tag": "0.6.0"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"requires_arc": true,
18
"source_files": "MarkovKit/**/*",
19
"resource_bundles": {
20
"MarkovKit": [
21
"MarkovKit/*.png"
22
]
23
}
24
}