[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.3.7 / MJSwiftCore.podspec.json
blob483237fb966e20d9425da34a40a188f73df65a59
2   "name": "MJSwiftCore",
3   "version": "0.3.7",
4   "summary": "Mobile Jazz Swift toolkit utilities",
5   "description": "Mobile Jazz Swift toolkit utilities for macOS and iOS.",
6   "homepage": "https://github.com/mobilejazz/MJSwiftCore",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobile Jazz": "info@mobilejazz.com"
13   },
14   "source": {
15     "git": "https://github.com/mobilejazz/MJSwiftCore.git",
16     "tag": "0.3.7"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "default_subspecs": [
20     "Common",
21     "Security"
22   ],
23   "platforms": {
24     "osx": "10.12",
25     "ios": "10.0"
26   },
27   "subspecs": [
28     {
29       "name": "Future",
30       "source_files": "MJSwiftCore/Classes/Future/**/*"
31     },
32     {
33       "name": "Common",
34       "source_files": "MJSwiftCore/Classes/Common/**/*",
35       "dependencies": {
36         "MJSwiftCore/Future": [
38         ]
39       }
40     },
41     {
42       "name": "Security",
43       "source_files": "MJSwiftCore/Classes/Security/**/*",
44       "frameworks": "Security"
45     },
46     {
47       "name": "Alamofire",
48       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
49       "dependencies": {
50         "Alamofire": [
51           "~> 4.5"
52         ],
53         "MJSwiftCore/Common": [
55         ]
56       }
57     },
58     {
59       "name": "Realm",
60       "source_files": "MJSwiftCore/Classes/Realm/**/*",
61       "dependencies": {
62         "RealmSwift": [
63           "~> 3.0.0"
64         ],
65         "MJSwiftCore/Common": [
67         ],
68         "MJSwiftCore/Security": [
70         ]
71       }
72     },
73     {
74       "name": "iOS",
75       "osx": {
76         "source_files": "MJSwiftCore/Classes/iOS/readme-macOS.swift"
77       },
78       "ios": {
79         "source_files": "MJSwiftCore/Classes/iOS/**/*",
80         "frameworks": "UIKit",
81         "dependencies": {
82           "MJSwiftCore/Common": [
84           ]
85         }
86       }
87     },
88     {
89       "name": "Vastra",
90       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
91     },
92     {
93       "name": "MJCocoaCore",
94       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
95       "dependencies": {
96         "MJCocoaCore/Common": [
97           "2.3.6"
98         ],
99         "MJSwiftCore/Common": [
101         ]
102       }
103     }
104   ]