[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / e / TBMBaaSKit / 0.1.0.10 / TBMBaaSKit.podspec.json
blobc15e5222069dde8521566bce3f212820805140f7
2   "name": "TBMBaaSKit",
3   "version": "0.1.0.10",
4   "summary": "TBMBaaSKit is a framework for connecting to TBMBaaSKit Sever.",
5   "description": "This framework provides tools to handle sending and retrieving objects from the MBaaSKit Server",
6   "homepage": "https://github.com/collegboi/TBMBaaSKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "collegboi": "timothy.barnard@mydit.ie"
13   },
14   "source": {
15     "git": "https://github.com/collegboi/TBMBaaSKit.git",
16     "tag": "0.1.0.10"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/Shared/*.swift",
24   "ios": {
25     "source_files": "Sources/iOS/*.swift",
26     "frameworks": "UIKit"
27   },
28   "watchos": {
29     "source_files": "Sources/watchOS/*.swift",
30     "frameworks": "WatchKit"
31   },
32   "tvos": {
33     "source_files": "Sources/tvOS/*.swift"
34   },
35   "frameworks": "SystemConfiguration",
36   "osx": {
37     "frameworks": "AppKit"
38   },
39   "pushed_with_swift_version": "3.0"