[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / 0 / Fakery / 1.3.2 / Fakery.podspec.json
blobefbc4fc70a9e8ff1aa62c880234d987491cc0632
2   "name": "Fakery",
3   "version": "1.3.2",
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": "1.3.2"
16   },
17   "social_media_url": "https://twitter.com/vadymmarkov",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "resource_bundles": {
24     "Faker": [
25       "Resources/Locales/*.{json}"
26     ]
27   },
28   "source_files": "Source/**/*",
29   "dependencies": {
30     "SwiftyJSON": [
31       "< 3.0.0"
32     ]
33   },
34   "frameworks": "Foundation"