blob: ef6285de13982c67327a24367f04f7ea0fa91462 [file] [log] [blame]
{
"name": "ApplicationGroupKit",
"version": "0.3.0",
"summary": "Share information between your applications and extensions",
"homepage": "https://github.com/phimage/ApplicationGroupKit",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/ApplicationGroupKit.git",
"tag": "0.3.0"
},
"default_subspecs": "Core",
"dependencies": {
"Prephirences": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift"
}
]
}