[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / f / StravaZpot-Swift / 1.0.5 / StravaZpot-Swift.podspec.json
blob899e5d344c1f5af933f6f96148fdcb19d6a42498
2   "name": "StravaZpot-Swift",
3   "version": "1.0.5",
4   "summary": "An API written in Swift to integrate Strava in your iOS apps",
5   "description": "StravaZpot allows you to share your sport sessions to Strava.",
6   "homepage": "https://github.com/SweetzpotAS/StravaZpot-Swift",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "Tomás Ruiz-López": "tomas@sweetzpot.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/SweetzpotAS/StravaZpot-Swift.git",
19     "tag": "1.0.5"
20   },
21   "source_files": [
22     "StravaZpot",
23     "StravaZpot/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "SwiftyJSON": [
28       "~> 3.1"
29     ],
30     "Alamofire": [
31       "~> 4.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"