[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 7.5.2 / SwrveSDK.podspec.json
blob7440e2ef1fda861bcdaa14e3282e4e6d16dad46e
2   "name": "SwrveSDK",
3   "version": "7.5.2",
4   "summary": "iOS SDK for Swrve.",
5   "homepage": "http://www.swrve.com",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "SwrveSDK/LICENSE"
9   },
10   "authors": "Swrve Mobile Inc or its licensors",
11   "source": {
12     "git": "https://github.com/Swrve/swrve-ios-sdk.git",
13     "tag": "7.5.2"
14   },
15   "social_media_url": "https://twitter.com/Swrve_Inc",
16   "documentation_url": "https://docs.swrve.com/developer-documentation/integration/ios/",
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "SwrveConversationSDK/Conversation/**/*.{m,h}",
24     "SwrveSDK/SDK/**/*.{m,h}"
25   ],
26   "public_header_files": [
27     "SwrveConversationSDK/Conversation/**/*.h",
28     "SwrveSDK/SDK/**/*.h"
29   ],
30   "resource_bundles": {
31     "SwrveConversationSDK": [
32       "SwrveConversationSDK/Resources/**/*.*"
33     ]
34   },
35   "dependencies": {
36     "SwrveSDKCommon": [
37       "7.5.2"
38     ]
39   },
40   "frameworks": [
41     "UIKit",
42     "QuartzCore",
43     "CFNetwork",
44     "StoreKit",
45     "Security",
46     "AVFoundation",
47     "CoreText"
48   ],
49   "ios": {
50     "frameworks": [
51       "MessageUI",
52       "CoreTelephony"
53     ],
54     "weak_frameworks": "UserNotifications"
55   },
56   "libraries": "sqlite3"