[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 1 / iCignalSDK / 2.3.1 / iCignalSDK.podspec.json
blob2c1bac4d614206ce111eb13fe2acf905f1572775
2   "name": "iCignalSDK",
3   "version": "2.3.1",
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": "http://quintet.co.kr/product/icignal",
7   "screenshots": [
8     "http://www.quintet.co.kr/resources/img/product/iot_f01.png",
9     "http://www.quintet.co.kr/resources/img/product/iot_f02.png",
10     "http://www.quintet.co.kr/resources/img/product/iot_f03.png",
11     "http://www.quintet.co.kr/resources/img/product/iot_f04.png",
12     "http://www.quintet.co.kr/resources/img/product/iot_f05.png",
13     "http://www.quintet.co.kr/resources/img/product/iot_f06.png"
14   ],
15   "license": {
16     "file": "LICENSE.md",
17     "type": "CUSTOM"
18   },
19   "authors": {
20     "Polared": "developer@quintet.co.kr"
21   },
22   "social_media_url": "https://www.facebook.com/quintetsystems",
23   "source": {
24     "git": "http://rep.yellomarket.co.kr:8000/Mobile-Native/iCignalSDK-pod.git",
25     "tag": "2.3.1"
26   },
27   "platforms": {
28     "ios": "7.0"
29   },
30   "cocoapods_version": ">= 0.36",
31   "requires_arc": true,
32   "module_name": "iCignalSDK",
33   "default_subspecs": "Static",
34   "weak_frameworks": [
35     "Foundation",
36     "UIKit",
37     "CoreBluetooth",
38     "CoreLocation",
39     "CoreMotion",
40     "MapKit",
41     "JavaScriptCore",
42     "Security",
43     "SystemConfiguration",
44     "MobileCoreServices",
45     "MessageUI",
46     "Twitter",
47     "QuartzCore",
48     "Accelerate"
49   ],
50   "libraries": "sqlite3",
51   "subspecs": [
52     {
53       "name": "Static",
54       "platforms": {
55         "ios": "6.0"
56       },
57       "vendored_frameworks": "SDK/Static/iCignalSDK.framework",
58       "resource_bundles": {
59         "iCignalSDK": [
60           "SDK/Static/iCignalSDK.bundle"
61         ]
62       }
63     },
64     {
65       "name": "Dynamic",
66       "platforms": {
67         "ios": "8.0"
68       },
69       "vendored_frameworks": "SDK/Dynamic/iCignalSDK.framework"
70     }
71   ]