blob: c03f57fe7f6aa37ff8b06ceb65c3c3bebd806308 [file] [log] [blame]
{
"name": "PlaceKit",
"version": "1.0.0",
"summary": "Content placeholders, randomized data and other helpers for early dev, testing and proto work.",
"description": "Placeholders, lorem ipsum, and random data oh my! A placeholder and random data framework for all of your early-development and prototyping work.",
"homepage": "https://github.com/larsacus/PlaceKit",
"license": "MIT",
"authors": {
"Lars Anderson": "iAm@theonlylars.com"
},
"source": {
"git": "https://github.com/larsacus/PlaceKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"exclude_files": "Demo",
"requires_arc": true,
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": "PlaceKit/PlaceKit.{h,m}"
},
{
"name": "ImageView",
"source_files": "PlaceKit/UIImageView+PlaceKit.{h,m}",
"dependencies": {
"PlaceKit/Core": [
],
"AFNetworking": [
"~> 1.0"
]
}
}
]
}