blob: 45bb6e73007a7ecc26f4061e2d34eaa260963fd8 [file] [log] [blame]
{
"name": "ChameleonFramework",
"version": "1.2.1",
"summary": "Flat Color Framework for iOS (Obj-C & Swift)",
"homepage": "https://github.com/ViccAlexander/Chameleon",
"screenshots": [
"http://i.imgur.com/GkcP4e9.png",
"http://i.imgur.com/K648Zzr.png",
"http://i.imgur.com/QByU4w7.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Vicc Alexander",
"social_media_url": "http://twitter.com/ViccsMind",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ViccAlexander/Chameleon.git",
"tag": "1.2.1"
},
"public_header_files": "Pod/Classes/Objective-C/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "Pod/Classes/Objective-C/**/*.{h,m}"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/Swift/ChameleonShorthand.swift",
"dependencies": {
"ChameleonFramework/Default": [
]
}
}
]
}