blob: 2b85b85725bd9998af203ed7931bf2dba8f91f45 [file] [log] [blame]
{
"name": "DCHFyberSDK",
"version": "0.1.0",
"summary": "DCHFyberSDK is a wrapper above Fyber API.",
"description": "It is supposed to provide anything you need to have access to Fyber ADS engine by only adding the specific data such as API key provided by Fyber Team.",
"homepage": "https://github.com/dchirita/DCHFyberSDK",
"license": "MIT",
"authors": {
"Daniel": "dv.chirita@gmail.com"
},
"source": {
"git": "https://github.com/dchirita/DCHFyberSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DCHFyberSDK": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}