[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 0 / b / 9 / PlaceKit / 1.0.0 / PlaceKit.podspec.json
blobc03f57fe7f6aa37ff8b06ceb65c3c3bebd806308
2   "name": "PlaceKit",
3   "version": "1.0.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": "https://github.com/larsacus/PlaceKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "exclude_files": "Demo",
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "PlaceKit/PlaceKit.{h,m}"
27     },
28     {
29       "name": "ImageView",
30       "source_files": "PlaceKit/UIImageView+PlaceKit.{h,m}",
31       "dependencies": {
32         "PlaceKit/Core": [
34         ],
35         "AFNetworking": [
36           "~> 1.0"
37         ]
38       }
39     }
40   ]