forked from vzaar/vzaar-api-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVzaarSwift.podspec.json
26 lines (26 loc) · 945 Bytes
/
VzaarSwift.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "VzaarSwift",
"version": "1.2.1",
"summary": "Video Hosting For Business",
"description": "Integrate our video platform into your own web application by using our developer API.\nAllow your customers to upload their own videos via the vzaar API.\nPull information from vzaar databases and combine it with your website own data. For instance sync your product catalogue with your videos so that videos always appear on the right product page.",
"documentation_url": "https://vzaar.readme.io/v2/reference",
"homepage": "https://github.com/agusguerra10/vzaar-api-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vzaar Limited": "[email protected]"
},
"source": {
"git": "https://github.com/agusguerra10/vzaar-api-ios.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Vzaar/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}