[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / 3 / MissingAnchors / 0.1.0 / MissingAnchors.podspec.json
blob4ec8d1b0b829a193d4fd625edff9499daf559576
2   "name": "MissingAnchors",
3   "version": "0.1.0",
4   "summary": "Missing Anchors for iOS 9 API",
5   "description": "Added classes to handle sizeAnchor and edgesAnchor easily.\nAlso introduced modern pattern 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.1.0"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/*.{h}",
22   "resource_bundles": {
23     "MissingAnchors": [
24       "Pod/Assets/*.png"
25     ]
26   }