File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed
Specs/1/3/e/SwrveSDK/10.8.4 Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " SwrveSDK" ,
3+ "version" : " 10.8.4" ,
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" : " 10.8.4"
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" : " 12.0" ,
19+ "tvos" : " 12.0"
20+ },
21+ "requires_arc" : true ,
22+ "swift_versions" : " 5.0" ,
23+ "source_files" : [
24+ " SwrveSDK/SDK/**/*.{m,h}" ,
25+ " SwrveSDKSwift/**/*.{swift}"
26+ ],
27+ "public_header_files" : " SwrveSDK/SDK/**/*.h" ,
28+ "resource_bundles" : {
29+ "SwrveSDK" : [
30+ " SwrveSDK/SDK/Resources/**/*.*"
31+ ]
32+ },
33+ "dependencies" : {
34+ "SwrveSDKCommon" : [
35+ " 10.8.4"
36+ ],
37+ "SDWebImage" : [
38+ " ~> 5.0"
39+ ]
40+ },
41+ "frameworks" : [
42+ " UIKit" ,
43+ " QuartzCore" ,
44+ " CFNetwork" ,
45+ " StoreKit" ,
46+ " Security" ,
47+ " AVFoundation" ,
48+ " CoreText"
49+ ],
50+ "ios" : {
51+ "frameworks" : [
52+ " MessageUI" ,
53+ " CoreTelephony"
54+ ],
55+ "weak_frameworks" : " UserNotifications"
56+ },
57+ "libraries" : " sqlite3" ,
58+ "swift_version" : " 5.0"
59+ }
You can’t perform that action at this time.
0 commit comments