[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / e / 3 / b / TheDistanceCore / 1.2.0 / TheDistanceCore.podspec.json
blobaf13a8973f79080a881e034b27215f137a079a32
2   "name": "TheDistanceCore",
3   "version": "1.2.0",
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.2.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "App",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "App",
23       "source_files": [
24         "TDCore/Classes/**/*.swift",
25         "TDCore/Extensions/**/*.swift",
26         "TDCore/Protocols/**/*.swift",
27         "TheDistanceCore-App/*.swift"
28       ]
29     },
30     {
31       "name": "Extension",
32       "source_files": [
33         "TDCore/Classes/**/*.swift",
34         "TDCore/Extensions/**/*.swift",
35         "TDCore/Protocols/**/*.swift",
36         "TDCore-Extension/*.swift"
37       ]
38     }
39   ]