blob: 1041e9976e283aacfc6eb01f8f9781c9938b7fbf [file] [log] [blame]
{
"name": "EFScreenPlay",
"version": "0.0.1",
"summary": "EFScreenPlay is a set of utility classes/categories/etc for dealing with modular storyboards and hooking up storyboards into a 'screen play'",
"homepage": "https://github.com/Egeniq/EFScreenPlay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivo Jansch": "ivo@egeniq.com",
"Johan Kool": "johan@egeniq.com"
},
"platforms": {
"ios": "5.1.1"
},
"source": {
"git": "https://github.com/Egeniq/EFScreenPlay.git",
"tag": "0.0.1"
},
"public_header_files": "EFScreenPlay/*.h",
"source_files": "EFScreenPlay/*.{h,m}",
"requires_arc": true
}