blob: de6b367fa1da2cda103c25b973798e8c35fda23b [file] [log] [blame]
{
"name": "LIFXAPIWrapper",
"version": "0.0.3",
"summary": "An Objective-C wrapper around the LIFX HTTP API",
"homepage": "https://github.com/DCMaxxx/LIFXAPIWrapper",
"license": "MIT",
"authors": {
"Maxime de Chalendar": "maxime.dechalendar@me.com"
},
"source": {
"git": "https://github.com/DCMaxxx/LIFXAPIWrapper.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/DCMaxxx",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LIFXAPIWrapper": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}