blob: c1423d2317ac47562b834624146f9a68100bf020 [file] [log] [blame]
{
"name": "FactoryGentleman",
"version": "1.2.1",
"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.1"
},
"source_files": "Classes/FactoryGentleman/*.{h,m}",
"public_header_files": "Classes/FactoryGentleman/*.h",
"requires_arc": true
}