[Add] TorusSessionManager 6.1.0
[CocoaPods.git] / Specs / 6 / f / 9 / BoxAPI / 0.1.0 / BoxAPI.podspec.json
blob9f11e213c6dc1c32845ef2ee77190b3e9d3a946b
2   "name": "BoxAPI",
3   "version": "0.1.0",
4   "summary": "A simple frameworks to call network API.",
5   "swift_version": "4.2",
6   "description": "A frameworks to call network API. Each API object can be treat send and receive independently.",
7   "homepage": "https://github.com/nicholaslck/BoxAPI",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Nicholas Lau": "nicholaslck@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/nicholaslck/BoxAPI.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "BoxAPI/Classes/**/*",
23   "dependencies": {
24     "ObjectMapper": [
26     ],
27     "Alamofire": [
29     ]
30   }