[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 3 / b / f / RamblerTyphoonUtils / 1.5.0 / RamblerTyphoonUtils.podspec.json
blob17f621f9edf42206eda33a27e38b81bae9285e3e
2   "name": "RamblerTyphoonUtils",
3   "version": "1.5.0",
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",
7   "license": "MIT",
8   "authors": {
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"
14   },
15   "source": {
16     "git": "https://github.com/rambler-digital-solutions/RamblerTyphoonUtils.git",
17     "tag": "1.5.0"
18   },
19   "social_media_url": "https://twitter.com/rambler_ios",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Code/Production/**/*.{h,m}",
25   "subspecs": [
26     {
27       "name": "AssemblyCollector",
28       "source_files": [
29         "Code/Production/AssemblyCollector.h",
30         "Code/Production/AssemblyCollector/*.{h,m}"
31       ]
32     },
33     {
34       "name": "AssemblyTesting",
35       "source_files": [
36         "Code/Testing/AssemblyTesting.h",
37         "Code/Testing/AssemblyTesting/*.{h,m}"
38       ],
39       "frameworks": "XCTest",
40       "user_target_xcconfig": {
41         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
42       }
43     }
44   ]