[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / c / 3 / MissingAnchors / 0.6.0 / MissingAnchors.podspec.json
blobccc44ba485ad4c9baa97d73e25731d45a8fc86c8
2   "name": "MissingAnchors",
3   "version": "0.6.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.6.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     },
27     {
28       "name": "NSLayoutAnchor",
29       "source_files": "Pod/Classes/ABLayoutAnchor/*",
30       "public_header_files": "Pod/Classes/ABLayoutAnchor/*.{h}"
31     }
32   ]