[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 5 / SimpleSDK / 1.0.0 / SimpleSDK.podspec.json
blobf5c4f45aad2432605931d423bdf769d160f8c5d9
2   "name": "SimpleSDK",
3   "version": "1.0.0",
4   "summary": "Designed to help develop an SDK that is built around an API.",
5   "description": "A simple way to develop an SDK that is built around an API. Through the use of protocols and subclasses.",
6   "homepage": "https://github.com/MataDesigns/SimpleSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicholas Mata": "NicholasMata94@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MataDesigns/SimpleSDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SimpleSDK/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "EasyJSON": [
29     ]
30   }