[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / RFAPI / 2.0.0-beta.1 / RFAPI.podspec.json
blobc11765ffcf2392496439f315c7a0e24779a74368
2   "name": "RFAPI",
3   "version": "2.0.0-beta.1",
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": "2.0.0-beta.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.10",
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "dependencies": {
24     "JSONModel": [
26     ],
27     "AFNetworking/Serialization": [
28       ">= 2.3"
29     ],
30     "AFNetworking/Security": [
31       ">= 2.3"
32     ],
33     "AFNetworking/Reachability": [
34       ">= 2.3"
35     ],
36     "RFKit/Runtime": [
37       "> 1.7"
38     ],
39     "RFInitializing": [
40       ">= 1.1"
41     ],
42     "RFMessageManager/Manager": [
43       ">= 0.5"
44     ],
45     "RFMessageManager/RFNetworkActivityMessage": [
47     ]
48   },
49   "source_files": [
50     "Sources/**/*.{h,m}"
51   ],
52   "public_header_files": [
53     "Sources/RFAPI/RFAPI.h",
54     "Sources/RFAPI/Define/*.h",
55     "Sources/RFAPI/ModelTransformer/*.h",
56     "Sources/RFAPI/Compatible/*.h"
57   ],
58   "pod_target_xcconfig": {
59   }