[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 2 / CSPlaceKitten / 1.0.2 / CSPlaceKitten.podspec.json
blobc168a07e74ec0a44c02899a9c78b7874513fae2d
2   "name": "CSPlaceKitten",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "A simple library for adding kittens to your placeholder views.",
6   "homepage": "https://github.com/cnstoll/CSPlaceKitten",
7   "authors": {
8     "Conrad Stoll": "conrad.stoll@mutualmobile.com"
9   },
10   "source": {
11     "git": "https://github.com/cnstoll/CSPlaceKitten.git",
12     "tag": "1.0.2"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "CSPlaceKitten/*.{h,m}",
26       "dependencies": {
27         "AFNetworking": [
29         ]
30       }
31     }
32   ]