blob: 5f208cf94f1c11a6def37d4c2b0325b7f55d5e08 [file] [log] [blame]
{
"name": "Asterism",
"version": "0.0.5",
"summary": "Functional helpers for Objective-C.",
"homepage": "https://github.com/robb/Asterism",
"license": "Copyright 2013 Robert Böhnke - All Rights Reserved",
"authors": {
"Robert Böhnke": "robb@robb.is"
},
"source": {
"git": "https://github.com/robb/Asterism.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": [
"Asterism",
"Asterism/**/*.{h,m}"
],
"exclude_files": "Specs",
"requires_arc": true
}