blob: 7a1f5e093e3975ef88690d562dfcf8b286dfc958 [file] [log] [blame]
{
"name": "Impulse",
"version": "0.0.1",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Treat a system as a network of modules connected by signals.",
"homepage": "https://github.com/rdavies/Impulse",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Impulse.git",
"tag": "0.0.1"
},
"source_files": "Impulse/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}