blob: 4d9b212d667b7c039315816c396280572f1d761d [file] [log] [blame]
{
"name": "SchedJoulesSDK",
"version": "0.9.1",
"summary": "The SchedJoules iOS SDK, written in Swift.",
"description": "This pod contains classes which make it easier to interact with the SchedJoules API. Our SDK also uses the ApiClient, but if one does not need the full functionality of the SDK, or wants to build custom solutions instead, might find the ApiClient to be a good starting point.",
"homepage": "https://github.com/schedjoules/ios-public-calendars-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Balazs Vincze": "sayhello@bvincze.com",
"Alberto Huerdo": "alberto@schedjoules.com"
},
"source": {
"git": "https://github.com/schedjoules/ios-public-calendars-sdk.git",
"tag": "0.9.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "11.4"
},
"source_files": "SDK/**/*.swift",
"resource_bundles": {
"SchedJoulesSDK": [
"SDK/*/*.{xib,storyboard,xcassets}"
]
},
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"Alamofire": [
"~> 4.5"
],
"Result": [
"~> 3.0.0"
],
"SchedJoulesApiClient": [
]
}
}