blob: baec8e317d7576d97612f7b33e44a5d9c9aa5f8a [file] [log] [blame]
{
"name": "Fakery",
"version": "5.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": "5.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": [
"Sources/Fakery/Resources/Locales/*.{json}"
]
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}