[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 8 / a / SparkSetup / 0.1.2 / SparkSetup.podspec.json
blob1547c3b75bd3d4d701c06845b8315f96c54ece70
2   "name": "SparkSetup",
3   "version": "0.1.2",
4   "summary": "Spark soft AP setup library for integrating setup process of Spark devices in your app",
5   "description": "    Spark Soft AP setup module for integrating setup process of Spark devices in your app\n    This library will allow you to easily invoke a standalone setup wizard UI for setting up\n    Spark devices from within your app. Setup UI look & feel can be easily customized with custom brand\n    logos/colors/fonts/texts and instructional video.\n",
6   "homepage": "https://github.com/spark/spark-setup-ios",
7   "license": "LGPL v3",
8   "authors": {
9     "Ido Kleinman": "ido@spark.io"
10   },
11   "source": {
12     "git": "https://github.com/spark/spark-setup-ios.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "public_header_files": "Classes/*.h",
20   "source_files": "Classes/*.h",
21   "subspecs": [
22     {
23       "name": "Resources",
24       "resource_bundles": {
25         "SparkSetup": [
26           "Resources/**/*"
27         ]
28       }
29     },
30     {
31       "name": "Core",
32       "source_files": [
33         "Classes/User/**/*.{h,m}",
34         "Classes/UI/**/*"
35       ],
36       "dependencies": {
37         "Spark-SDK": [
39         ],
40         "SparkSetup/Comm": [
42         ],
43         "SparkSetup/Resources": [
45         ]
46       },
47       "ios": {
48         "frameworks": "UIKit"
49       }
50     },
51     {
52       "name": "Comm",
53       "source_files": "Classes/Comm/**/*",
54       "ios": {
55         "frameworks": [
56           "SystemConfiguration",
57           "Security"
58         ]
59       }
60     }
61   ]