| { |
| "name": "ODValidation", |
| "version": "1.0.1", |
| "summary": "Set of methods for validation Cocoa objects", |
| "homepage": "https://github.com/Rogaven/ODValidation", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Alexey Nazaroff": "alexx.nazaroff@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Rogaven/ODValidation.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.6", |
| "watchos": "1.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "source_files": "src/**/*", |
| "public_header_files": "src/include/**/*", |
| "prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif" |
| } |