[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 3 / 6 / clubhouse-ios-api / 0.1.0 / clubhouse-ios-api.podspec.json
blobb715b2c4e4ce1a9f4c4ff9fd26d33ddf32ac06f8
2   "name": "clubhouse-ios-api",
3   "version": "0.1.0",
4   "summary": "A native Swift API Wrapper for Clubhouse.io",
5   "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",
6   "homepage": "https://github.com/altyus/clubhouse-ios-api",
7   "license": "MIT",
8   "authors": {
9     "altyus": "alctyus@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/altyus/clubhouse-ios-api.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "clubhouse-ios-api": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.4.0"
28     ],
29     "SwiftyJSON": [
30       "~> 2.3.2"
31     ]
32   }