blob: 9d763c696ff6989045d36a6d8f9f4f179572bcff [file] [log] [blame]
{
"name": "MBFaker",
"version": "0.1.2",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Library that generates fake data.",
"homepage": "https://github.com/bananita/MBFaker",
"authors": {
"MichaƂ Banasiak": "m.banasiak@icloud.com"
},
"source": {
"git": "https://github.com/bananita/MBFaker.git",
"tag": "0.1.2"
},
"resources": "MBFaker/**/*.yml",
"description": "This library is a port of Ruby Faker library that generates fake data.",
"source_files": "MBFaker/**/*.{h,m,c}",
"requires_arc": true
}