blob: ca1b3c0276cdc67f99f091f20fc8d7369469e67e [file] [log] [blame]
{
"name": "Fakery",
"version": "3.0.0",
"summary": "Swift fake data generator",
"homepage": "https://github.com/vadymmarkov/Fakery",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vadym Markov": "markov.vadym@gmail.com"
},
"source": {
"git": "https://github.com/vadymmarkov/Fakery.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"resource_bundles": {
"Faker": [
"Resources/Locales/*.{json}"
]
},
"source_files": "Source/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}