blob: b9dd0883d8362216c7216abf65c5c5069a19b6ba [file] [log] [blame]
{
"name": "KFData",
"version": "0.4.1",
"license": "BSD",
"summary": "Lightweight Core Data wrapper.",
"homepage": "https://github.com/kylef/KFData",
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"source": {
"git": "https://github.com/kylef/KFData.git",
"tag": "0.4.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.7",
"ios": "5.0"
},
"subspecs": [
{
"name": "Core",
"header_dir": "KFData",
"ios": {
"frameworks": "CoreData",
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}"
]
},
"osx": {
"frameworks": "CoreData",
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}"
]
}
},
{
"name": "UI",
"dependencies": {
"KFData/Core": [
]
},
"platforms": {
"ios": null
},
"ios": {
"frameworks": "UIKit",
"source_files": "Classes/iOS/*.{h,m}"
}
}
]
}