[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / d / 8 / a / SparkSetup / 0.1.4 / SparkSetup.podspec.json
blobbc9478c774af63d2efbfc272d4b016f98facc945
2   "name": "SparkSetup",
3   "version": "0.1.4",
4   "summary": "Spark Device Setup library for integrating soft AP setup process of Spark devices in your app",
5   "description": "    Spark Device Setup library 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     "Spark": "ido@spark.io"
10   },
11   "source": {
12     "git": "https://github.com/spark/spark-setup-ios.git",
13     "tag": "0.1.4"
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   ]