blob: 3431568b0f27357ddb42e2fc73325fc09254376d [file] [log] [blame]
{
"name": "Prephirences",
"version": "2.0.3",
"summary": "A Swift library to manage preferences",
"description": "Prephirences is a Swift library that provides useful protocols and methods to manage preferences.\nPreferences could be user preferences (NSUserDefaults) or your own private application preferences",
"homepage": "https://github.com/phimage/Prephirences",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/Prephirences.git",
"tag": "2.0.3"
},
"default_subspecs": "Core",
"resources": "logo.png",
"subspecs": [
{
"name": "Core",
"source_files": "Prephirences/*.swift"
},
{
"name": "CoreData",
"source_files": [
"Prephirences/CoreData/*.swift"
],
"dependencies": {
"Prephirences/Core": [
]
}
},
{
"name": "UserDefaults",
"source_files": [
"Prephirences/UserDefaults/*.swift"
],
"dependencies": {
"Prephirences/Core": [
]
}
},
{
"name": "All",
"dependencies": {
"Prephirences/CoreData": [
],
"Prephirences/UserDefaults": [
]
}
},
{
"name": "Cocoa",
"platforms": {
"osx": "10.10"
},
"osx": {
"source_files": [
"PrephirencesMacOSX/*.swift"
]
}
}
]
}