blob: 777088dfe86ca5d9f84108a39fbaa2168650491b [file] [log] [blame]
{
"name": "Cache",
"summary": "Nothing but cache.",
"version": "1.0.0",
"homepage": "https://github.com/hyperoslo/Cache",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Cache.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"ios": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Source/{Mac,Shared}/**/*"
},
"frameworks": "Foundation"
}