[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 10.0.2 / LeanCloud.podspec.json
blob720e67c1ae6bc4109268664f5cdc35b02fedf626
2   "name": "LeanCloud",
3   "version": "10.0.2",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "LeanCloud Swift SDK",
9   "homepage": "https://leancloud.cn/",
10   "authors": "LeanCloud",
11   "source": {
12     "git": "https://github.com/leancloud/swift-sdk.git",
13     "tag": "10.0.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Storage",
25       "dependencies": {
26         "Alamofire": [
27           "~> 4.2.0"
28         ]
29       },
30       "source_files": "Sources/Storage/**/*.swift"
31     }
32   ]