blob: 2a2d27c1d370e651246933b891ba1a7bc9ee6fec [file] [log] [blame]
{
"name": "Asterism",
"version": "1.0.0-RC3",
"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-RC3"
},
"platforms": {
"ios": "0.5",
"osx": "10.8"
},
"source_files": [
"Asterism",
"Asterism/**/*.{h,m}"
],
"exclude_files": "Specs",
"requires_arc": true
}