| { | |
| "name": "TMValidator", | |
| "version": "1.0.3", | |
| "summary": "Validation of NSString written by Objective-C for iOS.", | |
| "homepage": "https://github.com/fromkk/TMValidator", | |
| "license": "MIT", | |
| "authors": { | |
| "Kazuya Ueoka": "k.ueoka@timers-inc.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/fromkk/TMValidator.git", | |
| "tag": "1.0.3" | |
| }, | |
| "source_files": [ | |
| "TMValidator", | |
| "TMValidator/*.{h,m}" | |
| ], | |
| "public_header_files": "TMValidator/*.h" | |
| } |