blob: 474fa3022332d95fbabebdbf228881f4c17d015c [file] [log] [blame]
{
"name": "Scholica",
"version": "1.0.0",
"summary": "An iOS SDK to allow easy implementation of the Scholica API",
"homepage": "https://github.com/scholica/sdk-ios",
"license": "Apache",
"authors": {
"Thomas Schoffelen": "tom@scholica.com"
},
"source": {
"git": "https://github.com/scholica/sdk-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Scholica/**/*",
"public_header_files": "Scholica/**/*.h",
"frameworks": "UIKit"
}