[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / b / SPiDSDK / 2.2.2 / SPiDSDK.podspec.json
blobed069dba56a4861504f76cdc25bc1ad2eac34220
2   "name": "SPiDSDK",
3   "version": "2.2.2",
4   "summary": "iOS SDK for using SPiD",
5   "description": "This iOS SDK allows for a simpler interface to use the SPiD platform.\nFor more information see http://techdocs.spid.no/",
6   "homepage": "https://github.com/schibsted/sdk-ios",
7   "license": "MIT",
8   "authors": {
9     "Mikael Lindström": "mikael.lindstrom@schibsted.com",
10     "Oskar Höjwall": "oskar.hojwall@schibsted.com"
11   },
12   "source": {
13     "git": "https://github.com/schibsted/sdk-ios.git",
14     "tag": "2.2.2"
15   },
16   "frameworks": "Security",
17   "requires_arc": true,
18   "ios": {
19     "source_files": [
20       "SPiDSDK/*.{h,m}",
21       "SPiDSDK/iOS/*{.h,m}"
22     ]
23   },
24   "tvos": {
25     "source_files": "SPiDSDK/*.{h,m}"
26   },
27   "watchos": {
28     "source_files": "SPiDSDK/*.{h,m}"
29   },
30   "platforms": {
31     "ios": "7.0",
32     "tvos": "9.0",
33     "watchos": "2.0"
34   }