[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / e / 7 / 4 / XLReactiveCocoaExtensions / 2.0.4 / XLReactiveCocoaExtensions.podspec.json
blob48a4645af773df20e8609401a6ecf4e514718483
2   "name": "XLReactiveCocoaExtensions",
3   "version": "2.0.4",
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": "2.0.4",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "default_subspecs": [
20     "Core",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "XLReactiveCocoaExtensions/*.h",
28         "XLReactiveCocoaExtensions/RACExtensions/*.{h,m}",
29         "XLReactiveCocoaExtensions/Foundation/*.{h,m}"
30       ],
31       "frameworks": "Foundation",
32       "dependencies": {
33         "ReactiveCocoa": [
34           "< 3.0"
35         ]
36       }
37     },
38     {
39       "name": "UIKit",
40       "source_files": "XLReactiveCocoaExtensions/UIKit/*.{h,m}",
41       "frameworks": "UIKit",
42       "dependencies": {
43         "ReactiveCocoa": [
44           "< 3.0"
45         ]
46       }
47     }
48   ]