blob: 64f9821c3ab5e2f1f531f9cac9dae8f5e0d97215 [file] [log] [blame]
{
"name": "Fakery",
"version": "5.1.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": "5.1.0"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"resource_bundles": {
"Faker": [
"Sources/Fakery/Resources/Locales/*.{json}"
]
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation"
}