blob: b715b2c4e4ce1a9f4c4ff9fd26d33ddf32ac06f8 [file] [log] [blame]
{
"name": "clubhouse-ios-api",
"version": "0.1.0",
"summary": "A native Swift API Wrapper for Clubhouse.io",
"description": "Swift Library for Clubhouse.io\nFeatures:\n1. Wraps Clubhouse.io API\n2. Uses Swifty JSON to make parsing JSON fast and easy\n3. Built on AlamoFire\n4. Goal is to expose all Clubhouse endpoints and features",
"homepage": "https://github.com/altyus/clubhouse-ios-api",
"license": "MIT",
"authors": {
"altyus": "alctyus@gmail.com"
},
"source": {
"git": "https://github.com/altyus/clubhouse-ios-api.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"clubhouse-ios-api": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.4.0"
],
"SwiftyJSON": [
"~> 2.3.2"
]
}
}