[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / e / PictionSDK / 1.0.1 / PictionSDK.podspec.json
blob5a6fe048c7f95313e6a71121af04d4930906ec96
2   "name": "PictionSDK",
3   "version": "1.0.1",
4   "summary": "PictionSDK for iOS.",
5   "homepage": "https://piction.network",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Piction Network": "jh.seo@battleent.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/piction-protocol/piction-sdk-ios.git",
18     "tag": "1.0.1"
19   },
20   "swift_versions": "5.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources/PictionSDK/**/*.swift",
25       "dependencies": {
26         "Moya-ModelMapper": [
27           "~> 9.0.0"
28         ],
29         "KeychainAccess": [
30           "~> 3.2.0"
31         ]
32       },
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "Sources/RxPictionSDK/**/*.swift",
38       "dependencies": {
39         "Moya-ModelMapper/RxSwift": [
40           "~> 9.0.0"
41         ],
42         "PictionSDK/Core": [
44         ],
45         "RxSwift": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.0"