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] libpag-enterprise 4.4.20
[CocoaPods.git]
/
Specs
/
7
/
6
/
0
/
ErrorGen
/
0.0.1
/
ErrorGen.podspec.json
blob
b575d2c8c3f353a617ec805fd2060cd0b427c4f8
1
{
2
"name": "ErrorGen",
3
"version": "0.0.1",
4
"summary": "A small library to create NSError with description.",
5
"homepage": "https://github.com/azu/ErrorGen",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"azu": "info@efcl.info"
12
},
13
"social_media_url": "http://twitter.com/azu_re",
14
"source": {
15
"git": "https://github.com/azu/ErrorGen.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"requires_arc": true
23
}