[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / d / 8 / a / SparkSetup / 0.2.0 / SparkSetup.podspec.json
blobd3e05b2f8b6f59fbc24e5bb825271ef941630077
2   "name": "SparkSetup",
3   "version": "0.2.0",
4   "summary": "Particle iOS Device Setup library for easy integration of setup process for Particle devices in your app",
5   "description": "                        Particle (formerly Spark) Device Setup library for integrating setup process of Particle devices in your app\n                        This library will allow you to easily invoke a standalone setup wizard UI for setting up\n                        Particle devices (photon) 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   "screenshots": "http://i58.tinypic.com/15yhdeb.jpg",
8   "license": "Apache 2.0",
9   "authors": {
10     "Particle": "ido@particle.io"
11   },
12   "source": {
13     "git": "https://github.com/spark/spark-setup-ios.git",
14     "tag": "0.2.0"
15   },
16   "social_media_url": "https://twitter.com/particle",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "public_header_files": "Classes/*.h",
22   "source_files": "Classes/*.h",
23   "subspecs": [
24     {
25       "name": "Resources",
26       "resource_bundles": {
27         "SparkSetup": [
28           "Resources/**/*"
29         ]
30       }
31     },
32     {
33       "name": "Core",
34       "source_files": [
35         "Classes/User/**/*.{h,m}",
36         "Classes/UI/**/*"
37       ],
38       "dependencies": {
39         "Spark-SDK": [
41         ],
42         "SparkSetup/Comm": [
44         ],
45         "SparkSetup/Resources": [
47         ]
48       },
49       "ios": {
50         "frameworks": "UIKit"
51       }
52     },
53     {
54       "name": "Comm",
55       "source_files": "Classes/Comm/**/*",
56       "ios": {
57         "frameworks": [
58           "SystemConfiguration",
59           "Security"
60         ]
61       }
62     }
63   ]