blob: 0a70d2584791f92dccd6048a2326f0edc13635f1 [file] [log] [blame]
{
"name": "Annex",
"version": "2.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": "7.0"
},
"source": {
"git": "https://github.com/wess/Annex.git",
"tag": "2.0"
},
"source_files": "Annex/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"Security",
"Accelerate"
]
}