blob: c168a07e74ec0a44c02899a9c78b7874513fae2d [file] [log] [blame]
{
"name": "CSPlaceKitten",
"version": "1.0.2",
"license": "MIT",
"summary": "A simple library for adding kittens to your placeholder views.",
"homepage": "https://github.com/cnstoll/CSPlaceKitten",
"authors": {
"Conrad Stoll": "conrad.stoll@mutualmobile.com"
},
"source": {
"git": "https://github.com/cnstoll/CSPlaceKitten.git",
"tag": "1.0.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "Core",
"source_files": "CSPlaceKitten/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}
]
}