[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / d / ParticleSetup / 1.0.5 / ParticleSetup.podspec.json
blob30aadc558c402b0fbae724b42d283447183318f0
2   "name": "ParticleSetup",
3   "version": "1.0.5",
4   "summary": "Particle iOS Photon Setup library for easy integration of setup process for Particle Photon devices in your app",
5   "description": "Particle (formerly Spark) Photon Setup library for integrating a customized setup process of Particle Photon (Wifi) devices in your app\nThis library will allow you to easily invoke a standalone setup wizard UI for setting up\nParticle devices (photon/P1) from within your app. Setup UI look & feel can be easily customized with custom brand\nlogos/colors/fonts/texts and instructional video. Further customization can be done by directly modifying the setup.storyboard file.",
6   "homepage": "https://github.com/particle-iot/particle-photon-setup-ios",
7   "screenshots": "https://github.com/particle-iot/particle-photon-setup-ios/raw/master/particle-mark.png",
8   "license": "Apache 2.0",
9   "authors": {
10     "Particle": "ido@particle.io"
11   },
12   "source": {
13     "git": "https://github.com/particle-iot/particle-photon-setup-ios.git",
14     "tag": "1.0.5"
15   },
16   "social_media_url": "https://twitter.com/particle",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "public_header_files": "ParticleSetup/*.h",
22   "source_files": "ParticleSetup/*.h",
23   "resource_bundles": {
24     "ParticleSetup": "ParticleSetupResources/**/*.{xcassets,storyboard,strings}"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "ParticleSetup/User/**/*.{h,m}",
31         "ParticleSetup/UI/**/*"
32       ],
33       "dependencies": {
34         "Particle-SDK": [
36         ],
37         "1PasswordExtension": [
39         ],
40         "ParticleSetup/Comm": [
42         ]
43       },
44       "ios": {
45         "frameworks": "UIKit"
46       }
47     },
48     {
49       "name": "Comm",
50       "source_files": "ParticleSetup/Comm/**/*",
51       "ios": {
52         "frameworks": [
53           "SystemConfiguration",
54           "Security"
55         ]
56       }
57     }
58   ]