blob: d15b62c61bd1ab2c1156ab357cdc2532f0515f36 [file] [log] [blame]
{
"name": "ABLightSDK",
"version": "1.0.0",
"summary": "April Light SDK for iOS, use this library communicate with April lights.",
"homepage": "https://github.com/AprilBrother/ABLight-iOS-SDK",
"authors": {
"AprilBrother": "tech@aprbrother.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AprilBrother/ABLight-iOS-SDK.git",
"tag": "1.0.0"
},
"source_files": "ABLightSDK/Headers/*.{h}",
"preserve_paths": "ABLightSDK/libABLightSDK.a",
"vendored_libraries": "ABLightSDK/libABLightSDK.a",
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/ABLightSDK"
},
"license": {
"type": "Copyright",
"text": " Copyright 2014 AprilBrother LLC, Inc. All rights reserved.\n"
}
}