-
Notifications
You must be signed in to change notification settings - Fork 420
/
package.json
35 lines (35 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "SalesforceMobileSDK-iOS",
"version": "13.0.0",
"description": "Salesforce Mobile SDK for iOS",
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",
"bugs": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS/issues",
"licenses" : [
{ "type": "Salesforce.com Mobile SDK License", "url": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS/blob/master/LICENSE.md" }
],
"repository": {
"type" : "git",
"url" : "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git"
},
"engines": {
"node": ">=4"
},
"author": { "name": "Kevin Hawkins", "email": "[email protected]" },
"contributors": [
{ "name": "Wolfgang Mathurin", "email": "[email protected]" },
{ "name": "Bharath Hariharan", "email": "[email protected]" }
],
"files": [
"SalesforceAnalytics.podspec",
"SalesforceSDKCore.podspec",
"SmartStore.podspec",
"MobileSync.podspec",
"SalesforceReact.podspec",
"libs",
"shared/resources",
"external/fmdb"
],
"dependencies": {
}
}