blob: 87c189c4b74e6e6a09a8b07a47f8ff1619be325c [file] [log] [blame]
{
"name": "AFSDK",
"version": "0.1.1",
"summary": "Appsfly Ios Sdk",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dondaldo/AFSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"srikanth.android@hotmail.com": "srikanth@appsfly.io"
},
"source": {
"git": "https://github.com/dondaldo/AFSDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AFSDK/Classes/*.{c,h,hh,m,mm}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"public_header_files": "AFSDK/Classes/*.h",
"ios": {
"vendored_frameworks": "appsfly/micro_app.framework"
}
}