blob: ecb3277edce4b445a62041fcecc7a46af682a082 [file] [log] [blame]
{
"name": "ModuleKit",
"version": "0.1.0",
"summary": "Resolve load from NSBundle on Swift Framework",
"description": "Resolve load from NSBundle on Swift Framework.\nInstantiate from Storyboard, XIB easily.",
"homepage": "https://github.com/muukii/ModuleKit",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/ModuleKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ModuleKit": [
"Pod/Assets/*.png"
]
}
}