[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / d / TDStackView / 1.0.4 / TDStackView.podspec.json
blob2a0302e589ff89438de2a406ef3d20312debcf7e
2   "name": "TDStackView",
3   "version": "1.0.4",
4   "summary": "Use stack views on iOS 8 & 9.",
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://bitbucket.org/thedistance/StackView.git",
15     "tag": "1.0.4"
16   },
17   "requires_arc": true,
18   "pushed_with_swift_version": "3.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "TDStackView/Classes/**/*.swift",
24         "TDStackView/Extensions/**/*.swift",
25         "TDStackView/Protocols/**/*.swift"
26       ],
27       "dependencies": {
28         "TZStackView": [
30         ],
31         "TheDistanceCore": [
33         ]
34       }
35     }
36   ]