[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / d / e / S2MToolbox / 0.2.0 / S2MToolbox.podspec.json
blob93a277071088540a418765472c7dd639021f5709
2   "name": "S2MToolbox",
3   "version": "0.2.0",
4   "summary": "iOS Categories and more.",
5   "homepage": "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios",
6   "source": {
7     "git": "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios.git",
8     "tag": "0.2.0"
9   },
10   "authors": {
11     "François Benaiteau": "francois.benaiteau@sinnerschrader-mobile.com",
12     "Jörn Ehmann": "jeh@sinnerschrader-mobile.com",
13     "Sanggeon Park": "spa@sinnerschrader-mobile.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "license": {
20     "type": "BSD-new",
21     "file": "LICENSE.txt"
22   },
23   "default_subspecs": [
24     "Foundation",
25     "UIKit"
26   ],
27   "subspecs": [
28     {
29       "name": "Foundation",
30       "source_files": "Foundation/*.{h,m}"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "UIKit/*.{h,m}"
35     },
36     {
37       "name": "Kiwi",
38       "dependencies": {
39         "Kiwi": [
40           "~>2.3.0"
41         ]
42       },
43       "frameworks": "XCTest",
44       "source_files": "Testing/Kiwi/*.{h,m}"
45     },
46     {
47       "name": "QRCode",
48       "source_files": "QRCode/*.{h,m}"
49     },
50     {
51       "name": "ShopFinder",
52       "source_files": "ShopFinder/*.{h,m}"
53     },
54     {
55       "name": "HockeyApp",
56       "dependencies": {
57         "HockeySDK": [
59         ]
60       },
61       "source_files": "HockeyApp/*.{h,m}"
62     },
63     {
64       "name": "LocalNotificationHelper",
65       "source_files": "LocalNotificationHelper/*.{h,m}"
66     }
67   ]