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] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
8
/
1
/
6
/
Xcore
/
1.0.0
/
Xcore.podspec.json
blob
92d81bb443f7a97cf55f33d59507c8cdf4d3af16
1
{
2
"name": "Xcore",
3
"version": "1.0.0",
4
"license": {
5
"type": "MIT"
6
},
7
"summary": "Cocoa Touch Classes",
8
"homepage": "https://github.com/zmian/xcore.swift",
9
"authors": {
10
"Zeeshan Mian": "https://twitter.com/zmian"
11
},
12
"requires_arc": true,
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/zmian/xcore.swift.git",
18
"tag": "1.0.0"
19
},
20
"source_files": "Source/*.swift",
21
"dependencies": {
22
"XcoreExtensions": [
23
"~> 1.0"
24
]
25
}
26
}