[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 8 / a / SparkSetup / 0.5.0 / SparkSetup.podspec.json
blob1699a9ca3455af7a1ec7e63d198a418169d8368a
2   "name": "SparkSetup",
3   "version": "0.5.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\nThis library will allow you to easily invoke a standalone setup wizard UI for setting up\nParticle devices (photon) from within your app. Setup UI look & feel can be easily customized with custom brand\nlogos/colors/fonts/texts and instructional video.",
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.5.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   "resource_bundles": {
24     "SparkSetup": "Resources/**/*.{xcassets,storyboard}"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Classes/User/**/*.{h,m}",
31         "Classes/UI/**/*"
32       ],
33       "dependencies": {
34         "Spark-SDK": [
36         ],
37         "SparkSetup/Comm": [
39         ]
40       },
41       "ios": {
42         "frameworks": "UIKit"
43       }
44     },
45     {
46       "name": "Comm",
47       "source_files": "Classes/Comm/**/*",
48       "ios": {
49         "frameworks": [
50           "SystemConfiguration",
51           "Security"
52         ]
53       }
54     }
55   ]