[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / f / RamblerTyphoonUtils / 1.1.0 / RamblerTyphoonUtils.podspec.json
blobad08110692355ce92d8259294c2d83f54fb2bc13
2   "name": "RamblerTyphoonUtils",
3   "version": "1.1.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-ios/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     "Alexander Sytchev": "a.sytchev@rambler-co.ru"
14   },
15   "source": {
16     "git": "https://github.com/rambler-ios/RamblerTyphoonUtils.git",
17     "tag": "1.1.0"
18   },
19   "social_media_url": "https://twitter.com/rambler_ios",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "header_mappings_dir": "Code",
25   "subspecs": [
26     {
27       "name": "AssemblyCollector",
28       "source_files": [
29         "Code/AssemblyCollector.h",
30         "Code/AssemblyCollector"
31       ]
32     },
33     {
34       "name": "AssemblyTesting",
35       "source_files": [
36         "Code/AssemblyTesting.h",
37         "Code/AssemblyTesting"
38       ],
39       "frameworks": "XCTest"
40     }
41   ]