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