| { |
| "name": "LiCoreSDK", |
| "version": "0.1.0", |
| "summary": "Lithium community Core SDK", |
| "homepage": "http://community.lithium.com/", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Shekhar Dahore": "shekhar.dahore@lithium.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/lithiumtech/li-ios-sdk-core.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "LiCoreSDK/*", |
| "LiCoreSDK/**/*.{swift,h,m}" |
| ], |
| "resource_bundles": { |
| "LiCoreSDK": "LiCoreSDK/Resources/*" |
| }, |
| "resources": [ |
| "LiCoreSDK/Resources/*" |
| ], |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.4" |
| ] |
| } |
| } |