[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 6 / OALayoutAnchor / 0.1.1 / OALayoutAnchor.podspec.json
blob792d5456ed8a3b3ef4981e2582c966bfecd01e74
2   "name": "OALayoutAnchor",
3   "version": "0.1.1",
4   "summary": "Porting NSLayoutAnchor to iOS7 (100% port).",
5   "description": "  `OALayoutAnchor` is an effort to port the amazing [NSLayoutAnchor](https://developer.apple.com/library/prerelease/mac/documentation/AppKit/Reference/NSLayoutAnchor_ClassReference/index.html) introduced in iOS 9 to iOS 7.\n\n  `OALayoutAnchor` is a 100% port of `NSLayoutAnchor` to iOS 7, it aims to provide the same funtionality to iOS 7, and rollback to `NSLayoutAnchor` on iOS 9 and up.\n",
6   "homepage": "https://github.com/oarrabi/OALayoutAnchor",
7   "license": "MIT",
8   "authors": {
9     "Omar Abdelhafith": "o.arrabi@me.com"
10   },
11   "source": {
12     "git": "https://github.com/oarrabi/OALayoutAnchor.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "OALayoutAnchor": [
22       "Pod/Assets/*.png"
23     ]
24   }