blob: c9cb2ecc656c9e4eb2ca17c144beae8bb4412eea [file] [log] [blame]
{
"name": "MeekanSDK",
"version": "1.0.1",
"summary": "Wrapper for Meekan's REST API - Schedule meetings easily.",
"description": "\tMeekan is a cross-vendor meeting scheduling platform.\n\t\n\tIt allows users to schedule meetings with other participants using its unique\n\tscheduling engine.\n\tSharing availabilities across organizations, handling multiple identities and\n\tcalendar providers, and finding the best time for a meeting.\t \n",
"homepage": "https://github.com/meekan/meekan-objectivec-sdk",
"license": {
"type": "MIT",
"text": "Copyright (c) 2014 Meekan Solutions Ltd., Eyal Yavor\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
},
"authors": {
"Eyal Yavor": "eyal@meekan.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/meekan/meekan-objectivec-sdk.git",
"tag": "1.0.1"
},
"source_files": [
"MeekanSDK",
"MeekanSDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}