[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / d / VelocidiSDK / 0.4.0 / VelocidiSDK.podspec.json
blob9b088c470a448087e637ad5a60ab8acb28542921
2   "name": "VelocidiSDK",
3   "version": "0.4.0",
4   "summary": "Velocidi's Objective-C SDK to integrate with iOS apps",
5   "description": "Velocidi's Objective-C SDK to integrate with iOS apps.\nThis is still a very rough draft of the SDK not to ready to be used",
6   "homepage": "https://developers.velocidi.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "Velocidi": "engineering@velocidi.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/velocidi/velocidi-ios-objc-sdk.git",
19     "tag": "v0.4.0"
20   },
21   "source_files": [
22     "VelocidiSDK",
23     "VelocidiSDK/VelocidiSDK/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "JSONModel": [
28       "~> 1.8"
29     ],
30     "AFNetworking": [
31       "~> 3.2.1"
32     ]
33   }