| { |
| "name": "ShopJoySDK", |
| "version": "1.5.6.3", |
| "summary": "ShopJoySDK", |
| "description": "SDK for ShopJoy", |
| "license": "(c) ShopJoy 2015. All rights reserved.", |
| "authors": { |
| "Mathijs Vreeman": "mathijs.vreeman@shopjoy.se" |
| }, |
| "homepage": "https://github.com/ShopJoySDK/iOS-SDK/", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "*.h", |
| "source": { |
| "git": "https://github.com/ShopJoySDK/iOS-SDK.git", |
| "tag": "1.5.6.3" |
| }, |
| "requires_arc": true, |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited)", |
| "HEADER_SEARCH_PATHS": "$(inherited)" |
| }, |
| "preserve_paths": "libShopJoySDK.a", |
| "vendored_libraries": "libShopJoySDK.a", |
| "frameworks": [ |
| "CoreBluetooth", |
| "CoreLocation" |
| ], |
| "libraries": "sqlite3" |
| } |