blob: 4681b7906a03038a37e64c93eb01a800419752e0 [file] [log] [blame]
{
"name": "RuntimeRoutines",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}