blob: 4f5b6cb452d45f7c650783889556b4aa3de17c81 [file] [log] [blame]
{
"name": "LionheartExtensions",
"version": "1.3.0",
"summary": "Swift Extensions you probably will find useful.",
"homepage": "https://github.com/lionheart/LionheartExtensions",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dloewenherz@gmail.com"
},
"source": {
"git": "https://github.com/lionheart/LionheartExtensions.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/dwlz",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"resource_bundles": {
"LionheartExtensions": [
"Pod/Assets/*.png"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/*",
"Pod/Classes/*.swift"
]
}
]
}