[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / 5 / SurveyonPartners / 0.0.10 / SurveyonPartners.podspec.json
blob97bb2f310aedd46dedd46bf62091ff0c4c45b9e9
2   "name": "SurveyonPartners",
3   "version": "0.0.10",
4   "summary": "SOP iOS SDK",
5   "description": "This library allows you to integrate surveyonPartners into your iOS app",
6   "homepage": "https://github.com/researchpanelasia/sop-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xuehuaqi": "huaqi.xue@d8aspring.com",
13     "Tadahiro Wada": "tadahiro.wada@mkt-apps.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/researchpanelasia/sop-ios-sdk.git",
20     "tag": "v0.0.10"
21   },
22   "source_files": [
23     "SurveyonPartners/*.{swift,h,m,modulemap}",
24     "SurveyonPartners/Models/*.swift"
25   ],
26   "resource_bundles": {
27     "SurveyonPartners": [
28       "SurveyonPartners/*.xib",
29       "SurveyonPartners/models/*.xib",
30       "SurveyonPartners/image/*.*",
31       "SurveyonPartners/*.lproj"
32     ]
33   },
34   "xcconfig": {
35     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/SurveyonPartners/SurveyonPartners"
36   }