[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 3 / b / TheDistanceCore / 1.3.2 / TheDistanceCore.podspec.json
blob645b6f73814ad5011f80c0184b7583c64a9fcf10
2   "name": "TheDistanceCore",
3   "version": "1.3.2",
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.2"
16   },
17   "requires_arc": true,
18   "module_name": "TheDistanceCore",
19   "default_subspecs": "App",
20   "pushed_with_swift_version": "3.0",
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   ]