blob: a029e3719ad28f3e49c2a2f11b877cdcda997c9c [file] [log] [blame]
{
"name": "Aspects",
"version": "1.0.0",
"summary": "Delightful, simple library for aspect oriented programming.",
"homepage": "https://github.com/steipete/Aspects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Steinberger": "steipete@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/steipete/Aspects.git",
"tag": "1.0.0"
},
"source_files": "NSObject+Aspects.{h,m}",
"requires_arc": true,
"social_media_url": "https://twitter.com/steipete"
}