blob: a35f83ed2d05e8a3e88e1a5b79fac182f5b1a025 [file] [log] [blame]
{
"name": "MagicExtensions",
"version": "1.0.0",
"summary": "Magic Swift standard library extensions.",
"description": "A collection of Swift standard library extensions that simplify common tasks.",
"homepage": "https://github.com/tannernelson/magic-extensions",
"license": "MIT",
"authors": {
"Tanner Nelson": "tanner@bluebite.com"
},
"source": {
"git": "https://github.com/tannernelson/magic-extensions.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/the_teet",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MagicExtensions": [
"Pod/Assets/*.png"
]
}
}