[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 3 / b / TheDistanceCore / 1.3.1 / TheDistanceCore.podspec.json
blob40ee6e04b4b33ed4c131b371cc18098cacd6954b
2   "name": "TheDistanceCore",
3   "version": "1.3.1",
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.1"
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   ]