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
/
5
/
c
/
3
/
KSDeferred
/
0.1.0
/
KSDeferred.podspec.json
blob
0ec13dfe7d3b9c9c65f218620e9373c9fe411e5c
1
{
2
"name": "KSDeferred",
3
"version": "0.1.0",
4
"summary": "Async library inspired by CommonJS Promises/A spec.",
5
"homepage": "https://github.com/kseebaldt/deferred",
6
"license": "MIT",
7
"authors": {
8
"Kurtis Seebaldt": "kseebaldt@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/kseebaldt/deferred.git",
12
"tag": "0.1.0"
13
},
14
"platforms": {
15
"ios": "5.0",
16
"osx": "10.7"
17
},
18
"source_files": [
19
"Deferred",
20
"Deferred/**/*.{h,m}"
21
],
22
"requires_arc": true
23
}