blob: 1c46853a0da4565d0922eca30c4f18129fdd7ab2 [file] [log] [blame]
{
"name": "OALayoutAnchor",
"version": "0.1.0",
"summary": "Porting NSLayoutAnchor to iOS7 (100% port).",
"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",
"homepage": "https://github.com/oarrabi/OALayoutAnchor",
"license": "MIT",
"authors": {
"Omar Abdelhafith": "o.arrabi@me.com"
},
"source": {
"git": "https://github.com/oarrabi/OALayoutAnchor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OALayoutAnchor": [
"Pod/Assets/*.png"
]
}
}