blob: 6a18cfe19fd976f9c4ff42dc41f98bdaef4ddf6e [file] [log] [blame]
{
"name": "SparkSetup",
"version": "0.1.1",
"summary": "Spark soft AP setup library for integrating setup process of Spark devices in your app",
"description": " Spark Soft AP setup module for integrating setup process of Spark devices in your app\n This library will allow you to easily invoke a standalone setup wizard UI for setting up\n Spark devices from within your app. Setup UI can be easily customized to the look & feel as well as\n custom brand logos/colors and instructional video.\n",
"homepage": "https://github.com/spark/spark-setup-ios",
"license": "LGPL v3",
"authors": {
"Ido Kleinman": "ido@spark.io"
},
"source": {
"git": "https://github.com/spark/spark-setup-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"resource_bundles": {
"SparkSetup": [
"Resources/**/*"
]
},
"source_files": "Classes/**/*",
"frameworks": [
"SystemConfiguration",
"Security"
],
"dependencies": {
"Spark-SDK": [
]
}
}
]
}