[Add] TapTapCoreSDK 4.5.3
[CocoaPods.git] / Specs / 8 / 0 / b / FimPlusSDK / 2.4 / FimPlusSDK.podspec.json
blob9015385432cb89a8398933a9ec7a82555676e623
2   "name": "FimPlusSDK",
3   "version": "2.4",
4   "summary": "FimPlusSDK Framework by Nam Kennic",
5   "description": "A framework that handles API connect to FimPlus OTT system",
6   "homepage": "https://github.com/kennic/FimPlusSDK",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nam Kennic": "namkennic@me.com"
13   },
14   "platforms": {
15     "tvos": "10.0",
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "swift_version": "4.0",
20   "source": {
21     "git": "https://github.com/kennic/FimPlusSDK.git",
22     "branch": "origin",
23     "tag": "2.4"
24   },
25   "documentation_url": "https://kennic.github.io/FimPlusSDK/",
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "3"
28   },
29   "ios": {
30     "vendored_frameworks": "FimPlusSDK.framework"
31   },
32   "tvos": {
33     "vendored_frameworks": "FimPlusSDKTVOS.framework"
34   },
35   "dependencies": {
36     "Alamofire": [
38     ],
39     "CryptoSwift": [
41     ],
42     "SwiftyJSON": [
44     ],
45     "SwiftyStoreKit": [
47     ]
48   }