blob: cee138a90eda8681af4911ff44b5c4aaf42b73fc [file] [log] [blame]
{
"name": "EVCloudKitDao",
"version": "3.6.1",
"summary": "iOS: Simplified access to Apple’s CloudKit",
"description": "Simplified access to Apple’s CloudKit using reflection and generics",
"homepage": "https://github.com/evermeer/EVCloudKitDao",
"screenshots": [
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot.png?raw=true",
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot2.png?raw=true",
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot3.PNG?raw=true",
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot4.PNG?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": [
"5.0"
],
"source": {
"git": "https://github.com/evermeer/EVCloudKitDao.git",
"tag": "3.6.1"
},
"source_files": "Source/*",
"frameworks": [
"Foundation",
"CloudKit"
],
"ios": {
"frameworks": [
"Foundation",
"CloudKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"CloudKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CloudKit"
]
},
"dependencies": {
"EVReflection/CloudKit": [
]
}
}