[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 8 / a / SparkSetup / 0.1.1 / SparkSetup.podspec.json
blob6a18cfe19fd976f9c4ff42dc41f98bdaef4ddf6e
2   "name": "SparkSetup",
3   "version": "0.1.1",
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 can be easily customized to the look & feel as well as\n    custom brand logos/colors 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.1"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "resource_bundles": {
23         "SparkSetup": [
24           "Resources/**/*"
25         ]
26       },
27       "source_files": "Classes/**/*",
28       "frameworks": [
29         "SystemConfiguration",
30         "Security"
31       ],
32       "dependencies": {
33         "Spark-SDK": [
35         ]
36       }
37     }
38   ]