blob: 599d2037bbadec6ed70be45cb2831a5e146ed96e [file] [log] [blame]
{
"name": "FactoryGentleman",
"version": "1.2.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A simple library to help define model factories for use when testing your iOS/Mac applications.",
"homepage": "https://github.com/SoundCloud/FactoryGentleman",
"authors": {
"Michael England": "mg.england@gmail.com",
"Slavko Krucaj": "slavko.krucaj@gmail.com"
},
"source": {
"git": "https://github.com/soundcloud/FactoryGentleman.git",
"tag": "1.2.2"
},
"source_files": "Classes/FactoryGentleman/*.{h,m}",
"public_header_files": "Classes/FactoryGentleman/*.h",
"requires_arc": true
}