[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / d / TDStackView / 1.0.9 / TDStackView.podspec.json
blob9b8eabc6030eecf89a40317d24b9e28f17604b1e
2   "name": "TDStackView",
3   "version": "1.0.9",
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.9"
16   },
17   "requires_arc": true,
18   "pushed_with_swift_version": "3.2",
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         "KeyboardResponder": [
36         ]
37       }
38     }
39   ]