| { | |
| "name": "NLogProtocol", | |
| "version": "1.0.0", | |
| "summary": "NLogProtocol", | |
| "homepage": "http://knacker.com", | |
| "license": "MIT", | |
| "authors": "Nghia Nguyen", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/nghiaphunguyen/NLogProtocol.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "NLogProtocol/Source/**/*.{swift}" | |
| ], | |
| "requires_arc": true, | |
| "pod_target_xcconfig": { | |
| "OTHER_LDFLAGS": "-lObjC" | |
| }, | |
| "pushed_with_swift_version": "2.3" | |
| } |