NSString-Helper/Example/Pods/Local Podspecs/NSString-Helper.podspec.json
Giuseppe Nucifora 200b31d0a0 - Upgrade Pod
- Add Phone Number validation
2016-01-20 13:35:33 +01:00

26 lines
649 B
JSON

{
"name": "NSString-Helper",
"version": "1.0.2",
"summary": "NSString-Helper is usefull helper to validate email NSString",
"homepage": "https://github.com/giuseppenucifora/NSString-Helper",
"license": "MIT",
"authors": {
"Giuseppe Nucifora": "me@giuseppenucifora.com"
},
"source": {
"git": "https://github.com/giuseppenucifora/NSString-Helper.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/giuseppenuc",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "NSString-Helper/*.{h,m}",
"resource_bundles": {
"NSString-Helper": [
"Pod/Assets/*.png"
]
}
}