blob: f82464e5ffe0497e43f3cf1165620eddf4165f7e [file] [log] [blame]
{
"name": "CommonUtilsAds",
"version": "1.0.3",
"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.3"
},
"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/**\""
}
}