blob: 66a64d6faff03a94b2c95f1c2a3c0f72849ed496 [file] [log] [blame]
{
"name": "AKDataSync",
"version": "0.0.12",
"summary": "AKDataSync - Automated CoreData synchronization with iCloud",
"description": "TODO: Add long description of the pod here.\nDescription should be longer than summary.\nmore longer\nmuch more longer\nlonger...",
"homepage": "https://github.com/Anobisoft/AKDataSync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Pletnev": "anobisoft@gmail.com"
},
"social_media_url": "https://twitter.com/Anobisoft",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/Anobisoft/AKDataSync.git",
"tag": "v0.0.12"
},
"source_files": [
"AKDataSync/Classes/*.{h,m}",
"AKDataSync/Classes/**/*.{h,m}"
],
"public_header_files": [
"AKDataSync/Classes/*.h",
"AKDataSync/Classes/Public/*.h"
],
"exclude_files": "AKDataSync/Classes/Deprecated/*",
"resources": "AKDataSync/Resources/*.plist",
"frameworks": [
"Foundation",
"CoreData",
"CloudKit",
"WatchConnectivity"
],
"requires_arc": true,
"dependencies": {
"AnobiKit": [
"~> 0.0.14"
]
}
}