[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / RFAPI / 2.0.0 / RFAPI.podspec.json
blob5bc80477f994d6f7aaf753fc4d5c6134e7e01bba
2   "name": "RFAPI",
3   "version": "2.0.0",
4   "summary": "RFAPI is a network request library specially designed for API requests. It is a URL session wrapper base on AFNetworking.",
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": "2.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.10",
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "pod_target_xcconfig": {
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "AFNetworking/Serialization": [
30           ">= 2.3"
31         ],
32         "AFNetworking/Security": [
33           ">= 2.3"
34         ],
35         "AFNetworking/Reachability": [
36           ">= 2.3"
37         ],
38         "RFKit/Runtime": [
39           "> 1.7"
40         ],
41         "RFInitializing": [
42           ">= 1.1"
43         ],
44         "RFMessageManager/Manager": [
45           ">= 0.5"
46         ],
47         "RFMessageManager/RFNetworkActivityMessage": [
49         ]
50       },
51       "source_files": [
52         "Sources/RFAPI/**/*.{h,m}"
53       ],
54       "public_header_files": [
55         "Sources/RFAPI/RFAPI.h",
56         "Sources/RFAPI/Define/*.h",
57         "Sources/RFAPI/ModelTransformer/*.h",
58         "Sources/RFAPI/Compatible/*.h"
59       ]
60     },
61     {
62       "name": "JSONModel",
63       "dependencies": {
64         "RFAPI/Core": [
66         ],
67         "JSONModel": [
69         ]
70       },
71       "source_files": [
72         "Sources/JSONModelTransformer/**/*.{h,m}"
73       ],
74       "public_header_files": [
75         "Sources/JSONModelTransformer/*.h"
76       ]
77     }
78   ]