blob: 4f12fc3786496d4670c6ffea411766c1d8ed13a9 [file] [log] [blame]
{
"name": "Flow",
"version": "1.5.0",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/OliverLetterer/Flow.git",
"tag": "1.5.0"
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"homepage": "https://github.com/OliverLetterer/Flow",
"summary": "Tutorial framework for gesture driven UIs, Facebook Paper style.",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source_files": [
"Flow/*.{h,m}",
"Flow/**/*.{h,m}"
],
"resources": "Resources/*.png",
"social_media_url": "https://twitter.com/oletterer"
}