blob: d62deb7e7215864f6e33f13449f826e99f78165b [file] [log] [blame]
{
"name": "RamblerTyphoonUtils",
"version": "1.0.0",
"summary": "A collection of Typhoon utils and tools used by Rambler&Co.",
"description": "Typhoon is a great tool, and iOS team in Rambler&Co loves it a lot. Besides actual contributing, we've developed some useful tools which cannot be included in the main project.\n1. RamblerInitialAssemblyCollector - this class can be used for activating assemblies on startup instead of plist integration.\n2. RamblerTyphoonAssemblyTests - A base test class used for TyphoonAssembly testing.",
"homepage": "https://github.com/rambler-ios/RamblerTyphoonUtils",
"license": "MIT",
"authors": {
"Egor Tolstoy": "e.tolstoy@rambler-co.ru",
"Irina Dyagileva": "i.dyagileva@rambler-co.ru",
"Andrey Rezanov": "a.rezanov@rambler-co.ru",
"Andrey Zarembo-Godzyatsky": "a.zarembo-godzyatsky@rambler-co.ru"
},
"source": {
"git": "https://github.com/rambler-ios/RamblerTyphoonUtils.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/rambler_ios",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"header_mappings_dir": "Code",
"subspecs": [
{
"name": "AssemblyCollector",
"source_files": [
"Code/AssemblyCollector.h",
"Code/AssemblyCollector"
]
},
{
"name": "AssemblyTesting",
"source_files": [
"Code/AssemblyTesting.h",
"Code/AssemblyTesting"
],
"frameworks": "XCTest"
}
]
}