[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / e / 7 / 4 / XLReactiveCocoaExtensions / 3.1.1 / XLReactiveCocoaExtensions.podspec.json
blob771e6366b38d187cd29884ea3f56166ffc6beb63
2   "name": "XLReactiveCocoaExtensions",
3   "version": "3.1.1",
4   "license": "MIT",
5   "summary": "The missing part of ReactiveCocoa for development",
6   "homepage": "https://github.com/xareelee/XLReactiveCocoaExtensions",
7   "authors": {
8     "Kang-Yu Xaree Lee": "xareelee@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/xareelee/XLReactiveCocoaExtensions.git",
12     "tag": "3.1.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "XLReactiveCocoaExtensions/*.h",
25         "XLReactiveCocoaExtensions/RACExtensions/*.{h,m}",
26         "XLReactiveCocoaExtensions/Foundation/*.{h,m}",
27         "XLReactiveCocoaExtensions/UIKit/*.{h,m}"
28       ],
29       "frameworks": [
30         "Foundation",
31         "UIKit"
32       ],
33       "dependencies": {
34         "ReactiveObjC": [
35           "~> 1.0"
36         ]
37       }
38     }
39   ]