[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 3 / b / TheDistanceCore / 1.3.7 / TheDistanceCore.podspec.json
blob7ceb3497772ae1f1625b48071a9dc911da665d4f
2   "name": "TheDistanceCore",
3   "version": "1.3.7",
4   "summary": "Develop faster with convenience functions from The Distance.",
5   "homepage": "https://github.com/thedistance",
6   "license": "MIT",
7   "authors": {
8     "The Distance": "dev@thedistance.co.uk"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/thedistance/TheDistanceCore.git",
15     "tag": "1.3.7"
16   },
17   "swift_version": "4.2",
18   "requires_arc": true,
19   "module_name": "TheDistanceCore",
20   "default_subspecs": "App",
21   "subspecs": [
22     {
23       "name": "Extension",
24       "source_files": [
25         "TDCore/Classes/**/*.swift",
26         "TDCore/Extensions/**/*.swift",
27         "TDCore/Protocols/**/*.swift",
28         "TDCore-Extension/*.swift"
29       ]
30     },
31     {
32       "name": "App",
33       "source_files": [
34         "TDCore/Classes/**/*.swift",
35         "TDCore/Extensions/**/*.swift",
36         "TDCore/Protocols/**/*.swift",
37         "TheDistanceCore-App/*.swift"
38       ]
39     }
40   ]