blob: ff7fbe6c8745dcb076fc8f7e6e4e96697545d583 [file] [log] [blame]
{
"name": "CSPlaceKitten",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "Core",
"source_files": "CSPlaceKitten/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}
]
}