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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
e
/
8
/
6
/
Flix
/
1.1.1
/
Flix.podspec.json
blob
0904e48d4ddd13f48f3ab1769b8ccd19f8599ff3
1
{
2
"name": "Flix",
3
"version": "1.1.1",
4
"summary": "iOS form builder in Swift",
5
"homepage": "https://github.com/DianQK/Flix",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"DianQK": "dianqk@icloud.com"
12
},
13
"source": {
14
"git": "https://github.com/DianQK/Flix.git",
15
"tag": "1.1.1"
16
},
17
"source_files": "Flix/**/*.swift",
18
"frameworks": [
19
"UIKit",
20
"Foundation"
21
],
22
"requires_arc": true,
23
"dependencies": {
24
"RxSwift": [
25
"~> 4.1"
26
],
27
"RxCocoa": [
28
"~> 4.1"
29
],
30
"RxDataSources": [
31
"~> 3.0"
32
]
33
},
34
"platforms": {
35
"ios": "9.0"
36
}
37
}