[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / b / ReactiveLocalizationManager / 1.1.0 / ReactiveLocalizationManager.podspec.json
blob0ee23bf27174cbf12121aed7fcc42b39127340a0
2   "name": "ReactiveLocalizationManager",
3   "version": "1.1.0",
4   "summary": "Simple reactive localization manager which helps change language in app without restarting it.",
5   "homepage": "https://github.com/TimurBK/ReactiveLocalizationManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Timur Kuchkarov",
11   "source": {
12     "git": "https://github.com/TimurBK/ReactiveLocalizationManager.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "ReactiveLocalizationManager",
19   "requires_arc": true,
20   "dependencies": {
21     "ReactiveCocoa": [
22       "~> 2.4"
23     ]
24   }