[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 7 / 0 / f / TychoNetworkHandler / 1.0.3 / TychoNetworkHandler.podspec.json
blob36c2a3004f2a52ab1e91614fed809d75bd807a42
2   "name": "TychoNetworkHandler",
3   "version": "1.0.3",
4   "summary": "Tycho Network Manager",
5   "description": "Handles all the network API calls",
6   "homepage": "https://gitlab.com/anurag61090/tychonetworkhandler.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anurag Singh": "anurag.singh@tychotechnologies.in"
13   },
14   "source": {
15     "git": "https://gitlab.com/anurag61090/tychonetworkhandler.git",
16     "tag": "1.0.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "source_files": [
24     "TychoNetworkHandler/AppNetwork/*.{h,swift}",
25     "TychoNetworkHandler/ASNetworkModals/*.swift",
26     "TychoNetworkHandler/ASRequestConstructor/*.swift"
27   ],
28   "frameworks": [
29     "UIKit",
30     "AVFoundation",
31     "Foundation",
32     "SystemConfiguration"
33   ],
34   "dependencies": {
35     "Alamofire": [
37     ]
38   },
39   "public_header_files": "TychoNetworkHandler/AppNetwork/*.{h}",
40   "pod_target_xcconfig": {
41     "VALID_ARCHS[sdk=iphonesimulator*]": "armv7 arm64 x86_64",
42     "VALID_ARCHS[sdk=appletvsimulator*]": "armv7 arm64 x86_64"
43   },
44   "swift_version": "5.0"