blob: fcc240fb85e9af1c55212a39cd64d743ed68726a [file] [log] [blame]
{
"name": "OrderCloudSwifty",
"version": "0.1.4",
"summary": "Four51's OrderCloud iOS and OSX SDK",
"description": "OrderCloudSwifty is a Swift SDK for Four51's OrderCloud API. It runs on iOS and OSX.",
"homepage": "http://devcenter.ordercloud.io",
"license": "MIT",
"authors": {
"Ben Le Cam": "blecam@four51.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/feda12/OrderCloudSwifty.git",
"tag": "0.1.4"
},
"source_files": "OrderCloudSwifty/**/*.swift",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
"~> 2.3.0"
],
"Alamofire": [
"~> 3.1.4"
],
"EVReflection": [
"~> 2.32.0"
]
}
}