[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 9 / PlaceKit / 1.1.0 / PlaceKit.podspec.json
blobb27f95023ad0891e4fb3197414ae38b433a56fa5
2   "name": "PlaceKit",
3   "version": "1.1.0",
4   "summary": "Content placeholders, randomized data and other helpers for early dev, testing and proto work.",
5   "description": "Placeholders, lorem ipsum, and random data oh my! A placeholder and random data framework for all of your early-development and prototyping work.",
6   "homepage": "https://github.com/larsacus/PlaceKit",
7   "license": "MIT",
8   "authors": {
9     "Lars Anderson": "iAm@theonlylars.com"
10   },
11   "source": {
12     "git": "git@github.com:larsacus/PlaceKit.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "exclude_files": "Demo",
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "PlaceKit/PlaceKit.{h,m}"
25     },
26     {
27       "name": "ImageView",
28       "source_files": "PlaceKit/UIImageView+PlaceKit.{h,m}",
29       "dependencies": {
30         "PlaceKit/Core": [
32         ],
33         "AFNetworking": [
34           "~> 1.0"
35         ]
36       }
37     }
38   ]