26 lines
775 B
JSON
26 lines
775 B
JSON
{
|
|
"name": "NSString-Helper",
|
|
"version": "0.1.0",
|
|
"summary": "A short description of NSString-Helper.",
|
|
"description": " An optional longer description of NSString-Helper\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
|
|
"homepage": "https://github.com/<GITHUB_USERNAME>/NSString-Helper",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Giuseppe Nucifora": "me@giuseppenucifora.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/<GITHUB_USERNAME>/NSString-Helper.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resource_bundles": {
|
|
"NSString-Helper": [
|
|
"Pod/Assets/*.png"
|
|
]
|
|
}
|
|
}
|