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