blob: 6b98eb4893861d35b155ef09f774b6d7b41d4e17 [file] [log] [blame]
{
"name": "CommonUtilsAds",
"version": "1.0.5",
"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.5"
},
"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": [
"~>7.1.0"
]
},
"frameworks": [
"AdSupport",
"iAd"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Google-Mobile-Ads-SDK/**\""
}
}