[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / 5 / DataFixture / 2.1.0 / DataFixture.podspec.json
blob65d11276d5077239287a212ae318ad0e0188be43
2   "name": "DataFixture",
3   "version": "2.1.0",
4   "summary": "Creation of data model easily, with no headache.",
5   "description": "Creation of data model easily, with no headache. DataFixture is onvenient way to generate new data for testing / seeding your Realm Database.",
6   "homepage": "https://github.com/andreadelfante/DataFixture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andreadelfante": "andreadelfante94@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/andreadelfante/DataFixture.git",
16     "tag": "2.1.0"
17   },
18   "social_media_url": "https://twitter.com/a_delfante",
19   "swift_versions": "5.1",
20   "cocoapods_version": "> 0.39.0",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "dependencies": {
25     "Fakery": [
27     ]
28   },
29   "default_subspecs": "Basic",
30   "subspecs": [
31     {
32       "name": "Basic",
33       "source_files": [
34         "DataFixture/Classes/**/*"
35       ]
36     },
37     {
38       "name": "RealmSeeder",
39       "source_files": [
40         "DataFixture-RealmSeeder/Classes/**/*"
41       ],
42       "dependencies": {
43         "DataFixture/Basic": [
45         ],
46         "RealmSwift": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.1"