[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 3 / 8 / QpidSDK / 1.0.11 / QpidSDK.podspec.json
blob832adedf0b3ef5b1de033f13a143974239e253d9
2   "name": "QpidSDK",
3   "version": "1.0.11",
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://www.quintet.co.kr/product/mkt",
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.11"
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     "z"
38   ],
39   "subspecs": [
40     {
41       "name": "Static",
42       "platforms": {
43         "ios": "7.0"
44       },
45       "vendored_frameworks": "SDK/Static/QpidSDK.framework",
46       "resource_bundles": {
47         "QpidSDK": [
48           "SDK/Static/QpidSDK.bundle"
49         ]
50       }
51     },
52     {
53       "name": "Dynamic",
54       "platforms": {
55         "ios": "8.0"
56       },
57       "vendored_frameworks": "SDK/Dynamic/QpidSDK.framework"
58     }
59   ]