blob: c6729e4ce0480ed27f615629e7975a9c073be825 [file] [log] [blame]
{
"name": "LockitronSDK",
"version": "0.0.1",
"summary": "iOS SDK for Lockitron.",
"homepage": "https://github.com/SebastienThiebaud/LockitronSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastien THIEBAUD": "sthiebaud@icloud.com"
},
"source": {
"git": "https://github.com/SebastienThiebaud/LockitronSDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"LockitronSDK/LTKey.{h,m}",
"LockitronSDK/LTLock.{h,m}",
"LockitronSDK/LTUser.{h,m}",
"LockitronSDK/LTOAuthenticator.{h,m}",
"LockitronSDK/LockitronSDK.{h,m}",
"LockitronSDK/NSDictionary+URLEncoding.{h,m}",
"LockitronSDK/Lockitron.h"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}