blob: d061ee69d1475e486eb8ec5f245232f3d4fd0d73 [file] [log] [blame]
{
"name": "CommonUtilsAds",
"version": "1.0.6",
"summary": "CommonUtils extension for Ads.",
"homepage": "https://bitbucket.org/mrklteam/commonutilsads/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karen Lusinyan": "karen.lusinyan.developerios@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://mrcararia@bitbucket.org/mrklteam/commonutilsads.git",
"tag": "1.0.6"
},
"requires_arc": true,
"prefix_header_file": "Pod/Classes/Pod-Prefix.pch",
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"CommonUtilsAds": [
"Pod/Assets/Images/*.*"
]
},
"dependencies": {
"CommonUtils": [
],
"Google-Mobile-Ads-SDK": [
]
},
"frameworks": [
"AdSupport",
"iAd"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Google-Mobile-Ads-SDK/**\""
}
}