blob: e84f96fdb27e5353a6a4b7c25b40fb11db057ad4 [file] [log] [blame]
{
"name": "NSString-Helper",
"version": "1.0.0",
"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.0"
},
"social_media_url": "https://twitter.com/giuseppenuc",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "NSString-Helper/*.{h,m}",
"resource_bundles": {
"NSString-Helper": [
"Pod/Assets/*.png"
]
}
}