| { | |
| "name": "ODX.Core", | |
| "version": "1.5.0", | |
| "summary": "Set of utility classes and methods for iOS & OSX apps.", | |
| "homepage": "https://github.com/Rogaven/ODX.Core", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.txt" | |
| }, | |
| "authors": { | |
| "Alexey Nazaroff": "alexx.nazaroff@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Rogaven/ODX.Core.git", | |
| "tag": "1.5.0" | |
| }, | |
| "platforms": { | |
| "ios": "5.0", | |
| "osx": "10.6", | |
| "watchos": "1.0" | |
| }, | |
| "source_files": "src/**/*", | |
| "requires_arc": true | |
| } |