blob: ef8ab9d162a83460f341acea9c71bda702fc17a1 [file] [log] [blame]
{
"name": "FYAD",
"version": "1.0",
"summary": "Advertiment Framework For iOS......",
"description": "Advertiment Framework For iOS....For iOS",
"homepage": "https://github.com/FelixYin66/FYADDemo.git",
"license": "Apache License",
"authors": {
"Felix Yin": "yinxianjin66@163.com"
},
"social_media_url": "https://github.com/FelixYin66",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/FelixYin66/FYADDemo.git",
"tag": "1.0"
},
"source_files": [
"FYAD/ScreenAdvertisement",
"**/*.{h,m}"
],
"resources": [
"ScreenAdvertisement/ViewControllers",
"**/*.xib"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"dependencies": {
"AFNetworking": [
"~>2.6.2"
],
"SDWebImage": [
"~>3.7"
]
}
}