[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 0 / SMReactiveRestKit / 0.3.0 / SMReactiveRestKit.podspec.json
blobe5dc8a9e16df215762fe325550c50c8cb642e7d5
2   "name": "SMReactiveRestKit",
3   "version": "0.3.0",
4   "summary": "ReactiveCocoa implementation for RestKit",
5   "description": "                      SMReactiveRestKit brings all the power of RestKit into ReactiveCocoa world. It wraps RKObjectManager into a signal that can be subscribed to.\n",
6   "homepage": "https://github.com/stefanomondino/SMReactiveRestKit",
7   "license": "MIT",
8   "authors": {
9     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/stefanomondino/SMReactiveRestKit.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "http://www.stefanomondino.com",
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "ios": {
21     "frameworks": [
22       "SystemConfiguration",
23       "MobileCoreServices"
24     ]
25   },
26   "osx": {
27     "frameworks": [
28       "SystemConfiguration",
29       "CoreServices"
30     ]
31   },
32   "prefix_header_contents": "#import <Availability.h>\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n#endif\n",
33   "requires_arc": true,
34   "source_files": "Classes",
35   "public_header_files": "Classes/*.h",
36   "dependencies": {
37     "ReactiveCocoa": [
39     ],
40     "libextobjc/EXTScope": [
42     ],
43     "RestKit": [
45     ]
46   },
47   "deprecated": true