[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / c / 5 / STCocoapods / 1.0.0 / STCocoapods.podspec.json
blob628e39fb9f5b86aad4c4581f801fc7bcd335a567
2   "name": "STCocoapods",
3   "version": "1.0.0",
4   "summary": "一个cocoapods项目",
5   "description": "TODO: 一个关于cocoapods的项目.",
6   "homepage": "https://github.com/smallTigerCoder/STCocoapods",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "smallTigerCoder": "houyunxiangfight@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/smallTigerCoder/STCocoapods.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "STCocoapods/Classes/*",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "MapKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.3"
31     ]
32   }