blob: c9355b7228f29e888e644f7baea514d026d96212 [file] [log] [blame]
{
"name": "ODObjCRuntime",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0"
},
"source_files": "src/**/*",
"requires_arc": true,
"deprecated_in_favor_of": "ODRuntime"
}