blob: 6064bef029e449120d1ca31859801088972ad8d6 [file] [log] [blame]
{
"name": "Peacock",
"version": "0.1.1",
"summary": "Peacock is a group of categories that extend the use of UIAppearance protocol on UIView subclasses.",
"homepage": "http://developers.lyst.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MakingLyst": "makingLyst@lyst.com"
},
"social_media_url": "http://twitter.com/MakingLyst",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ssaw/peacock.git",
"tag": "0.1.1"
},
"source_files": "Peacock/**/*",
"exclude_files": [
"PeacockApp/*",
"Peacock.xcodeproj/*",
"Peacock.xcworkspace/*",
"PeacockAppTests/*",
"PeacockTests/*",
"Pods/*"
],
"public_header_files": "Peacock/Peacock.h",
"requires_arc": true
}