[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / 6 / 0 / Fakery / 5.0.0 / Fakery.podspec.json
blobbaec8e317d7576d97612f7b33e44a5d9c9aa5f8a
2   "name": "Fakery",
3   "version": "5.0.0",
4   "summary": "Swift fake data generator",
5   "homepage": "https://github.com/vadymmarkov/Fakery",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Vadym Markov": "markov.vadym@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/vadymmarkov/Fakery.git",
15     "tag": "5.0.0"
16   },
17   "social_media_url": "https://twitter.com/vadymmarkov",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "resource_bundles": {
25     "Faker": [
26       "Sources/Fakery/Resources/Locales/*.{json}"
27     ]
28   },
29   "source_files": "Sources/**/*",
30   "frameworks": "Foundation"