2 "name": "ParticleSetup",
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",
10 "Particle": "ido@particle.io"
13 "git": "https://github.com/particle-iot/particle-photon-setup-ios.git",
16 "social_media_url": "https://twitter.com/particle",
21 "public_header_files": "ParticleSetup/*.h",
22 "source_files": "ParticleSetup/*.h",
24 "ParticleSetup": "ParticleSetupResources/**/*.{xcassets,storyboard,strings}"
30 "ParticleSetup/User/**/*.{h,m}",
31 "ParticleSetup/UI/**/*"
37 "1PasswordExtension": [
40 "ParticleSetup/Comm": [
50 "source_files": "ParticleSetup/Comm/**/*",
53 "SystemConfiguration",