blob: 2cd82c55f9310bd57f9398fe8209e4134ed21e15 [file] [log] [blame]
{
"name": "Prephirences",
"version": "2.0.7",
"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.7"
},
"default_subspecs": [
"Core",
"Keys"
],
"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": "Keys",
"source_files": [
"Prephirences/Keys/*.swift"
],
"dependencies": {
"Prephirences/Core": [
]
}
},
{
"name": "All",
"dependencies": {
"Prephirences/CoreData": [
],
"Prephirences/UserDefaults": [
],
"Prephirences/Keys": [
]
}
},
{
"name": "Cocoa",
"platforms": {
"osx": "10.10"
},
"osx": {
"source_files": [
"PrephirencesMacOSX/*.swift"
]
}
}
]
}