| { |
| "name": "GSLCSVSerialization", |
| "version": "2.0.2", |
| "authors": "GyazSquare", |
| "license": { |
| "type": "MIT" |
| }, |
| "homepage": "https://github.com/GyazSquare/GSLCSVSerialization", |
| "source": { |
| "git": "https://github.com/GyazSquare/GSLCSVSerialization.git", |
| "tag": "v2.0.2" |
| }, |
| "summary": "An Objective-C CSV parser for iOS, OS X, watchOS and tvOS.", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.6", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "module_name": "GSL", |
| "source_files": "GSLCSVSerialization/*.{h,m}" |
| } |