blob: 538320cd3d5b269d26fae58da2395bbaf3c2a4d1 [file] [log] [blame]
{
"name": "ACDCryptsyAPI",
"version": "1.0.0",
"summary": "Objective-C implementation of Cryptsy API for iOS.",
"description": "ACDCryptsyAPI provides a very simple interface into the [Cryptsy API](https://www.cryptsy.com/pages/api) for use in iOS applications. \n",
"homepage": "https://github.com/AltCoinDev/ACDCryptsyAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AltCoinDev": "vikingricksllc+altcoindev@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/AltCoinDev/ACDCryptsyAPI.git",
"tag": "1.0.0"
},
"source_files": "ACDCryptsyAPI/*",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"requires_arc": false
}