blob: 096ddf58f12a0b17e5be8d9e2ab453f28ac195a4 [file] [log] [blame]
{
"name": "Annex",
"version": "1.0",
"summary": "A small collection of categories and classes to make Objective-C more comfortable.",
"homepage": "http://github.com/wess/Annex",
"license": "MIT",
"authors": {
"Wess Cope": "wcope@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wess/Annex.git",
"tag": "1.0"
},
"source_files": "Annex/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"Security"
]
}