[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 1 / iCignalSDK / 2.1.8 / iCignalSDK.podspec.json
blobffc601065cda5393c87cd73036dcd23fe9ee24fb
2   "name": "iCignalSDK",
3   "version": "2.1.8",
4   "summary": "iCIGNAL beacon mobile library for iOS.",
5   "description": "SDK which just works for contextual proximity. Delivering workflows from iBeacon, Geofenceing, WiFi around you.",
6   "homepage": "https://cloud.icignal.com",
7   "screenshots": [
8     "http://www.quintet.co.kr/images/beacon_title.gif",
9     "http://www.quintet.co.kr/images/beacon_01_2.gif",
10     "http://www.quintet.co.kr/images/beacon_03.jpg"
11   ],
12   "license": {
13     "file": "LICENSE.md",
14     "type": "CUSTOM"
15   },
16   "authors": {
17     "Polared": "developer@infavor.me"
18   },
19   "social_media_url": "https://www.facebook.com/yellomarket",
20   "source": {
21     "git": "http://rep.yellomarket.co.kr:8000/Mobile-Native/iCignalSDK-pod.git",
22     "tag": "2.1.8"
23   },
24   "platforms": {
25     "ios": "7.0"
26   },
27   "cocoapods_version": ">= 0.36",
28   "requires_arc": true,
29   "module_name": "iCignalSDK",
30   "default_subspecs": "Static",
31   "weak_frameworks": [
32     "Foundation",
33     "UIKit",
34     "CoreBluetooth",
35     "CoreLocation",
36     "CoreMotion",
37     "MapKit",
38     "JavaScriptCore",
39     "Security",
40     "SystemConfiguration",
41     "MobileCoreServices",
42     "MessageUI",
43     "Twitter",
44     "QuartzCore",
45     "Accelerate"
46   ],
47   "libraries": "sqlite3",
48   "subspecs": [
49     {
50       "name": "Static",
51       "platforms": {
52         "ios": "6.0"
53       },
54       "vendored_frameworks": "SDK/Static/iCignalSDK.framework",
55       "resource_bundles": {
56         "iCignalSDK": [
57           "SDK/Static/iCignalSDK.bundle"
58         ]
59       }
60     },
61     {
62       "name": "Dynamic",
63       "platforms": {
64         "ios": "8.0"
65       },
66       "vendored_frameworks": "SDK/Dynamic/iCignalSDK.framework"
67     }
68   ]