blob: e334001c64410c2d3ea59f825d43b391f678d7d6 [file] [log] [blame]
{
"name": "RFAPI",
"version": "2.0.0-beta.2",
"summary": "RFAPI is a network request library specially designed for API requests. It is a URL session wrapper base on AFNetworking.",
"homepage": "https://github.com/RFUI/RFAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BB9z": "bb9z@me.com"
},
"source": {
"git": "https://github.com/RFUI/RFAPI.git",
"tag": "2.0.0-beta.2"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"dependencies": {
"JSONModel": [
],
"AFNetworking/Serialization": [
">= 2.3"
],
"AFNetworking/Security": [
">= 2.3"
],
"AFNetworking/Reachability": [
">= 2.3"
],
"RFKit/Runtime": [
"> 1.7"
],
"RFInitializing": [
">= 1.1"
],
"RFMessageManager/Manager": [
">= 0.5"
],
"RFMessageManager/RFNetworkActivityMessage": [
]
},
"source_files": [
"Sources/**/*.{h,m}"
],
"public_header_files": [
"Sources/RFAPI/RFAPI.h",
"Sources/RFAPI/Define/*.h",
"Sources/RFAPI/ModelTransformer/*.h",
"Sources/RFAPI/Compatible/*.h"
],
"pod_target_xcconfig": {
}
}