[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / d / 8 / a / SparkSetup / 0.3.1 / SparkSetup.podspec.json
blob879372c508775e50c02a026e9e6787822061be3f
2   "name": "SparkSetup",
3   "version": "0.3.1",
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.3.1"
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": [
25       "Resources/**/*.{xcassets,storyboard}"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Classes/User/**/*.{h,m}",
33         "Classes/UI/**/*"
34       ],
35       "dependencies": {
36         "Spark-SDK": [
38         ],
39         "SparkSetup/Comm": [
41         ]
42       },
43       "ios": {
44         "frameworks": "UIKit"
45       }
46     },
47     {
48       "name": "Comm",
49       "source_files": "Classes/Comm/**/*",
50       "dependencies": {
51         "FastSocket": [
53         ]
54       },
55       "ios": {
56         "frameworks": [
57           "SystemConfiguration",
58           "Security"
59         ]
60       }
61     }
62   ]