NSString-Helper/Example/Pods/Local Podspecs/NSString-Helper.podspec.json
2015-07-07 15:49:04 +02:00

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"
]
}
}