blob: a9be9a7eb53eddb6c5c0484ea570508168158c1d [file] [log] [blame]
{
"name": "MagicExtensions",
"version": "1.0.2",
"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.2"
},
"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"
]
}
}