Latest | 1.0.1 |
---|---|
Homepage | https://github.com/AprilBrother/ABLight-iOS-SDK |
License | Copyright Copyright 2014 AprilBrother LLC, Inc. All rights reserved. |
Platforms | ios 7.0, requires ARC |
Authors |
Docs
How to install
From CocoaPods
Add the following line to your Podfile:
pod ‘ABLightSDK'
Then run the following command in the same directory as your Podfile:
pod update
Normal way
- Copy the folder ‘ABLightSDK’ to your project directory.
- Add libABLightSDK.a to your Framework.
- Add ‘ABLightSDK/Headers’ (relative path to your project) to Header Search Paths in Build Settings of your target.
Changelog
To see what has changed in recent versions of April SDK, see the CHANGELOG.
Latest podspec
{ "name": "ABLightSDK", "version": "1.0.1", "summary": "April Light SDK for iOS, use this library communicate with April lights.", "homepage": "https://github.com/AprilBrother/ABLight-iOS-SDK", "authors": { "AprilBrother": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/AprilBrother/ABLight-iOS-SDK.git", "tag": "1.0.1" }, "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" } }
Mon, 29 Feb 2016 21:47:03 +0000