blob: c11765ffcf2392496439f315c7a0e24779a74368 [file] [log] [blame]
{
"name": "RFAPI",
"version": "2.0.0-beta.1",
"summary": "API Manager.",
"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.1"
},
"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": {
}
}