blob: 2dc25ca391fe7652f1ec56a09fd8b9dbfa53b7df [file] [log] [blame]
{
"name": "S2MToolbox",
"version": "0.2.3",
"summary": "iOS Categories and more.",
"homepage": "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios",
"source": {
"git": "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios.git",
"tag": "0.2.3"
},
"authors": {
"François Benaiteau": "francois.benaiteau@sinnerschrader-mobile.com",
"Jörn Ehmann": "jeh@sinnerschrader-mobile.com",
"Sanggeon Park": "spa@sinnerschrader-mobile.com",
"Nils Grabenhorst": "ngr@sinnerschrader-mobile.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"license": {
"type": "BSD-new",
"file": "LICENSE.txt"
},
"default_subspecs": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "UIKit/*.{h,m}"
},
{
"name": "Kiwi",
"dependencies": {
"Kiwi": [
"~> 2.3.0"
]
},
"frameworks": "XCTest",
"source_files": "Testing/Kiwi/*.{h,m}"
},
{
"name": "QRCode",
"source_files": "QRCode/*.{h,m}"
},
{
"name": "ShopFinder",
"source_files": "ShopFinder/*.{h,m}"
},
{
"name": "HockeyApp",
"dependencies": {
"HockeySDK": [
">= 3.6.4"
]
},
"source_files": "HockeyApp/*.{h,m}"
},
{
"name": "LocalNotificationHelper",
"source_files": "LocalNotificationHelper/*.{h,m}"
},
{
"name": "DelegateDispatch",
"source_files": "DelegateDispatch/*.{h,m}"
}
]
}