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] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git]
/
Specs
/
9
/
7
/
5
/
Effective
/
0.0.1
/
Effective.podspec.json
blob
3e2ff3ffbd6877f479d1a65152ef1d8de4db98ab
1
{
2
"name": "Effective",
3
"version": "0.0.1",
4
"summary": "An extensible state container for Swift",
5
"homepage": "http://github.com/nhurden/Effective",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Nicholas Hurden": "git@nhurden.com"
12
},
13
"source": {
14
"git": "https://github.com/nhurden/Effective.git",
15
"tag": "0.0.1"
16
},
17
"platforms": {
18
"ios": "8.0",
19
"osx": "10.10"
20
},
21
"requires_arc": true,
22
"dependencies": {
23
"RxSwift": [
24
"~> 4.0"
25
],
26
"RxCocoa": [
27
"~> 4.0"
28
]
29
},
30
"source_files": "Effective/*.{swift}"
31
}