[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / e / S2MToolbox / 0.2.1 / S2MToolbox.podspec.json
blob6a813e749c80c47b4324c61f68a16e59f6d988d0
2   "name": "S2MToolbox",
3   "version": "0.2.1",
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.1"
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     "Nils Grabenhorst": "ngr@sinnerschrader-mobile.com"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "license": {
21     "type": "BSD-new",
22     "file": "LICENSE.txt"
23   },
24   "default_subspecs": [
25     "Foundation",
26     "UIKit"
27   ],
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "source_files": "Foundation/*.{h,m}"
32     },
33     {
34       "name": "UIKit",
35       "source_files": "UIKit/*.{h,m}"
36     },
37     {
38       "name": "Kiwi",
39       "dependencies": {
40         "Kiwi": [
41           "~>2.3.0"
42         ]
43       },
44       "frameworks": "XCTest",
45       "source_files": "Testing/Kiwi/*.{h,m}"
46     },
47     {
48       "name": "QRCode",
49       "source_files": "QRCode/*.{h,m}"
50     },
51     {
52       "name": "ShopFinder",
53       "source_files": "ShopFinder/*.{h,m}"
54     },
55     {
56       "name": "HockeyApp",
57       "dependencies": {
58         "HockeySDK": [
60         ]
61       },
62       "source_files": "HockeyApp/*.{h,m}"
63     },
64     {
65       "name": "LocalNotificationHelper",
66       "source_files": "LocalNotificationHelper/*.{h,m}"
67     }
68   ]