blob: da30cd7d878a795c9b4946de9505f57e2e7e3cc6 [file] [log] [blame]
{
"name": "SWToolbox",
"version": "1.0.0",
"summary": "Curated classes I usually used in project.",
"description": " There is a time when I open my old projects to copy classes into a new one.\n\n This toolbox is mean to end that copy once, and for all.\n",
"homepage": "https://github.com/sarunw/SWToolbox",
"license": "MIT",
"authors": {
"Sarun Wongpatcharapakorn": "artwork.th@gmail.com"
},
"source": {
"git": "https://github.com/sarunw/SWToolbox.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resource_bundles": {
"SWToolbox": [
"Pod/Assets/*.png"
]
},
"subspecs": [
{
"name": "CoreData",
"source_files": "Pod/Classes/CoreData/**/*.{h,m}",
"frameworks": "CoreData"
}
]
}