blob: d96edf44fe416e58ae5a8ff25278ad4bd4ef1b61 [file] [log] [blame]
{
"name": "Asterism",
"version": "1.0.0",
"summary": "Functional helpers for Objective-C.",
"homepage": "https://github.com/robb/Asterism",
"license": {
"type": "MIT"
},
"authors": {
"Robert Böhnke": "robb@robb.is"
},
"source": {
"git": "https://github.com/robb/Asterism.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source_files": [
"Asterism",
"Asterism/**/*.{h,m}"
],
"exclude_files": "Specs",
"requires_arc": true
}