21 lines
565 B
JSON
21 lines
565 B
JSON
{
|
|
"name": "NSString-Helper",
|
|
"version": "1.2.1",
|
|
"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.2.1"
|
|
},
|
|
"social_media_url": "https://twitter.com/giuseppenuc",
|
|
"requires_arc": true,
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source_files": "NSString-Helper/*.{h,m}"
|
|
}
|