[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / b / 3 / 8 / QpidSDK / 1.0.5 / QpidSDK.podspec.json
blob77de64aaccef90676a0146988c4eb8b1eec10708
2   "name": "QpidSDK",
3   "version": "1.0.5",
4   "summary": "Push notification via MQTT protocol, mobile library for iOS.",
5   "description": "Delivering messages from server as push notification using MQTT protocol with web-based backend.",
6   "homepage": "http://quintet.co.kr/product/",
7   "screenshots": "http://www.quintet.co.kr/resources/img/company/img_ct_05.png",
8   "license": {
9     "file": "LICENSE.md",
10     "type": "CUSTOM"
11   },
12   "authors": {
13     "Quintet": "developer@quintet.co.kr"
14   },
15   "social_media_url": "https://www.facebook.com/quintetsystems",
16   "source": {
17     "git": "http://rep.yellomarket.co.kr:8000/Qpid/QpidSDK-pod.git",
18     "tag": "1.0.5"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "cocoapods_version": ">= 0.36",
24   "requires_arc": true,
25   "module_name": "iCignalSDK",
26   "default_subspecs": "Static",
27   "weak_frameworks": [
28     "Foundation",
29     "UIKit",
30     "Security",
31     "CoreData",
32     "QuartzCore"
33   ],
34   "libraries": [
35     "sqlite3",
36     "icucore"
37   ],
38   "subspecs": [
39     {
40       "name": "Static",
41       "platforms": {
42         "ios": "7.0"
43       },
44       "vendored_frameworks": "SDK/Static/QpidSDK.framework",
45       "resource_bundles": {
46         "QpidSDK": [
47           "SDK/Static/QpidSDK.bundle"
48         ]
49       }
50     },
51     {
52       "name": "Dynamic",
53       "platforms": {
54         "ios": "8.0"
55       },
56       "vendored_frameworks": "SDK/Dynamic/QpidSDK.framework"
57     }
58   ]