[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 2 / 1 / DCHFyberSDK / 0.1.0 / DCHFyberSDK.podspec.json
blob2b85b85725bd9998af203ed7931bf2dba8f91f45
2   "name": "DCHFyberSDK",
3   "version": "0.1.0",
4   "summary": "DCHFyberSDK is a wrapper above Fyber API.",
5   "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.",
6   "homepage": "https://github.com/dchirita/DCHFyberSDK",
7   "license": "MIT",
8   "authors": {
9     "Daniel": "dv.chirita@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dchirita/DCHFyberSDK.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DCHFyberSDK": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.6.0"
28     ]
29   }