blob: 2fd3d4510b41b4a78882556ce2230f176ede6afb [file] [log] [blame]
{
"name": "CoreMeta",
"version": "2.0.0",
"summary": "IOC / DI for iOS",
"description": "For more information, please visit http://www.gretzlab.com",
"homepage": "https://github.com/jgretz/CoreMeta",
"license": "Apache 2.0",
"authors": {
"Josh Gretz": "jgretz@truefit.io"
},
"source": {
"git": "https://github.com/jgretz/CoreMeta.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/joshgretz",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "CoreMeta/CoreMeta/**/*.{swift}",
"resource_bundles": {
"CoreMeta": [
"Pod/Assets/*.png"
]
}
}