| { |
| "name": "ODObjCRuntime", |
| "version": "1.2.0", |
| "summary": "ObjC wrapper for working with ObjC Runtime functions.", |
| "homepage": "https://github.com/Rogaven/ODObjCRuntime", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Alexey Nazaroff": "alexx.nazaroff@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Rogaven/ODObjCRuntime.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.6", |
| "watchos": "1.0" |
| }, |
| "source_files": "src/**/*", |
| "requires_arc": true, |
| "deprecated_in_favor_of": "ODRuntime" |
| } |