blob: 4b11b1a4717c86c7cb6168691357b8da97342f07 [file] [log] [blame]
{
"name": "LionheartExtensions",
"version": "3.2.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": "3.2.0"
},
"social_media_url": "https://twitter.com/dwlz",
"requires_arc": true,
"platforms": {
"ios": "9.3"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/*",
"Pod/Classes/*.swift"
]
}
]
}