2 "name": "RamblerTyphoonUtils",
4 "summary": "A collection of Typhoon utils and tools used by Rambler&Co.",
5 "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.",
6 "homepage": "https://github.com/rambler-digital-solutions/RamblerTyphoonUtils",
9 "Egor Tolstoy": "e.tolstoy@rambler-co.ru",
10 "Irina Dyagileva": "i.dyagileva@rambler-co.ru",
11 "Andrey Rezanov": "a.rezanov@rambler-co.ru",
12 "Andrey Zarembo-Godzyatsky": "a.zarembo-godzyatsky@rambler-co.ru",
13 "Aleksandr Sychev": "a.sychev@rambler-co.ru"
16 "git": "https://github.com/rambler-digital-solutions/RamblerTyphoonUtils.git",
19 "social_media_url": "https://twitter.com/rambler_ios",
24 "source_files": "Code/Production/**/*.{h,m}",
27 "name": "AssemblyCollector",
29 "Code/Production/AssemblyCollector.h",
30 "Code/Production/AssemblyCollector/*.{h,m}"
34 "name": "AssemblyTesting",
36 "Code/Testing/AssemblyTesting.h",
37 "Code/Testing/AssemblyTesting/*.{h,m}"
39 "frameworks": "XCTest",
40 "user_target_xcconfig": {
41 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"