[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / a / ATVersionControl / 0.1.0 / ATVersionControl.podspec.json
blob3ef601a599b73a8cce79ee22429722e850b3bdab
2   "name": "ATVersionControl",
3   "version": "0.1.0",
4   "summary": "Version control library for AyanTech iOS apps",
5   "description": "Library to check for new version of app with AyanTech servers",
6   "homepage": "https://github.com/AyanTech/ATVersionControl-iOS.git",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sepehr  Behroozi": "3pehrbehroozi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AyanTech/ATVersionControl-iOS.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/3pehrbehroozi",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "5.0",
23   "source_files": "ATVersionControl/Classes/**/*",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "SwiftBooster": [
31     ],
32     "PopupDialog": [
34     ],
35     "AyanTechNetworkingLibrary": [
37     ]
38   }