blob: 03e3577257f6e93938f337a8bde1f088b5f9ac17 [file] [log] [blame]
{
"name": "MagicExtensions",
"version": "1.0.1",
"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.1"
},
"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"
]
}
}