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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
2
/
b
/
6
/
NSString+Case
/
1.0.0
/
NSString+Case.podspec.json
blob
2bb1a8479852678dd28f6f72fbe3a04d29b74479
1
{
2
"name": "NSString+Case",
3
"version": "1.0.0",
4
"summary": "Helper methods for modifying string case",
5
"homepage": "https://github.com/needbee/nsstring-case",
6
"license": "MIT",
7
"authors": {
8
"Josh Justice": "josh@need-bee.com"
9
},
10
"source": {
11
"git": "https://github.com/needbee/nsstring-case.git",
12
"tag": "1.0.0"
13
},
14
"platforms": {
15
"ios": "6.0"
16
},
17
"requires_arc": true,
18
"source_files": [
19
"src",
20
"src/**/*.{h,m}"
21
]
22
}