blob: 354058d2989273ecc02b927b2896764eda71ca23 [file] [log] [blame]
{
"name": "PMSDK",
"version": "1.0.2",
"summary": "PMSDK - best sharing SDK ever.",
"cocoapods_version": ">= 1.0.0",
"description": "PMSDK - best sharing SDK ever, seriosly.",
"homepage": "https://github.com/Westbro0k/PMSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Westbro0k": "kerjkratos@gmail.com"
},
"source": {
"git": "https://github.com/Westbro0k/PMSDK.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resources": [
"PMSDK/**/*.storyboard",
"PMSDK/**/*.xib",
"PMSDK/Localization/*.lproj",
"PMSDK/**/*.xcassets"
],
"resource_bundles": {
"PMSDK": [
"PMSDK/**/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"preserve_paths": "PMSDK/Frameworks/PMSDK.framework",
"ios": {
"vendored_frameworks": "PMSDK/Frameworks/PMSDK.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"GoogleAnalytics": [
"3.14.0"
]
},
"frameworks": [
"WebKit",
"SafariServices"
]
}