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] RegulaCommonStage 7.5.928
[CocoaPods.git]
/
Specs
/
0
/
7
/
b
/
SuperPeanut
/
0.0.1
/
SuperPeanut.podspec.json
blob
5eb24c85467407e2f1deefe4704c54fde75699bf
1
{
2
"name": "SuperPeanut",
3
"version": "0.0.1",
4
"summary": "Some test project for Cocoapods",
5
"description": " Just playing around with Cocoapods\n",
6
"homepage": "https://github.com/solal/SuperPeanut",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": "solal",
12
"platforms": {
13
"ios": "8.0"
14
},
15
"source": {
16
"git": "https://github.com/solal/SuperPeanut.git",
17
"tag": "0.0.1"
18
},
19
"source_files": [
20
"Classes",
21
"SuperPeanut/*.swift"
22
],
23
"requires_arc": true
24
}