blob: abd00124179c58a21c98ed9a02a6a1c624523c0b [file] [log] [blame]
{
"name": "MBFaker",
"version": "0.1.1",
"platforms": {
"ios": "6.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.1"
},
"resources": "MBFaker/**/*.yml",
"description": "This library is a port of Ruby Faker library that generates fake data.",
"source_files": "MBFaker/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YAML-Framework": [
]
}
}