[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / c / 3 / MissingAnchors / 0.3.0 / MissingAnchors.podspec.json
blobee292af3c5532dcbe90d52fa986849079083d03d
2   "name": "MissingAnchors",
3   "version": "0.3.0",
4   "summary": "Backport of Apple NSLayoutAnchor API to iOS7 and some missings like `sizeAnchor` and `edgesAnchor`",
5   "description": "Backport of Apple NSLayoutAnchor API to iOS7 and some missings\nlike `sizeAnchor` and `edgesAnchor`. Also introduced modern\npattern to create and activate several constraints.",
6   "homepage": "https://github.com/k06a/MissingAnchors",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/k06a/MissingAnchors.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "MissingAnchors",
21   "subspecs": [
22     {
23       "name": "MissingAnchors",
24       "source_files": "Pod/Classes/*",
25       "public_header_files": "Pod/Classes/*.{h}",
26       "header_mappings_dir": "Pod/Classes"
27     },
28     {
29       "name": "NSLayoutAnchor",
30       "source_files": "Pod/Classes/ABLayoutAnchor/*",
31       "public_header_files": "Pod/Classes/ABLayoutAnchor/*.{h}",
32       "header_mappings_dir": "Pod/Classes/ABLayoutAnchor"
33     }
34   ]