blob: 2b6c44f0af4d8833cf34c55a69f43bbfee1d6d4d [file] [log] [blame]
{
"name": "RuntimeRoutines",
"version": "0.3.3",
"summary": "A block-based way to access Objective-C runtime primitives",
"description": "RuntimeRoutines allows you to access classes, protocols,\nproperties, methods, attrbutes and many other with block-based syntax.",
"homepage": "https://github.com/ML-Works/RuntimeRoutines",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/ML-Works/RuntimeRoutines.git",
"tag": "0.3.3"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Pod/Classes/**/*"
}