blob: 2e5fcede7245b392ea38afb90993085ec8f4ae68 [file] [log] [blame]
{
"name": "RuntimeRoutines",
"version": "0.2.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": "k06a@mlworks.com"
},
"source": {
"git": "https://github.com/ML-Works/RuntimeRoutines.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0",
"watchos": "1.0",
"tvos": "9.0"
},
"source_files": "Pod/Classes/**/*"
}