blob: d6f3ea1b41f034a1c22c2db20328f88e49d4eee0 [file] [log] [blame]
{
"name": "FactoryBird",
"version": "0.0.2",
"summary": "A library for setting up Objective-c objects as test data.",
"homepage": "https://github.com/mariabernis/FactoryBird",
"social_media_url": "https://twitter.com/mariabernis",
"license": "MIT",
"authors": "Maria Bernis",
"source": {
"git": "https://github.com/mariabernis/FactoryBird.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "FactoryBird/*.{h,m}",
"frameworks": "Foundation"
}