blob: 7e6421e2d022ced40db9e1fbaa120ec12b7a6eec [file] [log] [blame]
{
"name": "RFAPI",
"version": "1.1.0",
"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": "1.1.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.8",
"ios": "7.0"
},
"dependencies": {
"JSONModel": [
],
"AFNetworking/NSURLConnection": [
"~> 2.0"
],
"RFKit/Runtime": [
"> 1.7"
],
"RFKit/Category/NSDictionary": [
],
"RFKit/Category/NSFileManager": [
],
"RFInitializing": [
">= 1.1"
],
"RFMessageManager/Manager": [
">= 0.3"
],
"RFMessageManager/RFNetworkActivityIndicatorMessage": [
]
},
"source_files": [
"*.{h,m}",
"RFAPIDefine/*.{h,m}"
],
"public_header_files": [
"*.h",
"RFAPIDefine/*.h"
],
"pod_target_xcconfig": {
}
}