[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / RFAPI / 1.2.0 / RFAPI.podspec.json
blob85235abba60d8520667a39862e5f5ca870bef511
2   "name": "RFAPI",
3   "version": "1.2.0",
4   "summary": "API Manager.",
5   "homepage": "https://github.com/RFUI/RFAPI",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "BB9z": "bb9z@me.com"
12   },
13   "source": {
14     "git": "https://github.com/RFUI/RFAPI.git",
15     "tag": "1.2.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.8",
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "JSONModel": [
25     ],
26     "AFNetworking/NSURLConnection": [
27       "~> 2.0"
28     ],
29     "RFKit/Runtime": [
30       "> 1.7"
31     ],
32     "RFKit/Category/NSDictionary": [
34     ],
35     "RFKit/Category/NSFileManager": [
37     ],
38     "RFInitializing": [
39       ">= 1.1"
40     ],
41     "RFMessageManager/Manager": [
42       ">= 0.5"
43     ],
44     "RFMessageManager/RFNetworkActivityMessage": [
46     ]
47   },
48   "source_files": [
49     "*.{h,m}",
50     "RFAPIDefine/*.{h,m}"
51   ],
52   "public_header_files": [
53     "*.h",
54     "RFAPIDefine/*.h"
55   ],
56   "pod_target_xcconfig": {
57   }