blob: 4dde7bd93ccef58138ffc5b8de1fd472d53cd63d [file] [log] [blame]
{
"name": "WarpSDK",
"version": "1.0.0",
"summary": "The Warp iOS SDK is a library designed to work with projects built on-top of the Warp Server.",
"homepage": "https://github.com/dividedbyzeroco/warp-server",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zonily Jame Pesquera": "zonilyjame@gmail.com"
},
"social_media_url": "http://twitter.com/kuyazee",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kuyazee/WarpSDK-iOS.git",
"tag": "1.0.0"
},
"source_files": [
"WarpSDK",
"WarpSDK/**/*.{h,swift}"
],
"dependencies": {
"Alamofire": [
"~> 4.3"
],
"EVReflection": [
"~> 4.2.0"
]
},
"pushed_with_swift_version": "3.0"
}