[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / f / a / HHBackand-iOS-SDK / 0.1.1 / HHBackand-iOS-SDK.podspec.json
blobceb315ac70e95b6facc6943d8be2526f08570e4a
2   "name": "HHBackand-iOS-SDK",
3   "module_name": "Backand",
4   "version": "0.1.1",
5   "summary": "A Backand SDK for iOS.",
6   "description": "A simple SDK for interacting with the Backand REST API for iOS, written in Swift.",
7   "homepage": "https://github.com/haijianhuo/HHBackand-iOS-SDK",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Haijian Huo": "haihuo@yahoo.com"
14   },
15   "source": {
16     "git": "https://github.com/haijianhuo/HHBackand-iOS-SDK.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/**",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.4.0"
27     ],
28     "SwiftKeychainWrapper": [
29       "~> 3.0.1"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"