blob: 6e13b04aac57ab022654f4aec0729c60cd488683 [file] [log] [blame]
{
"name": "ApplicationGroupKit",
"version": "0.0.1",
"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.0.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ApplicationGroupKit/*.swift"
}
]
}