[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 0 / BCAutoLayoutView / 0.1 / BCAutoLayoutView.podspec.json
blobd1cd4ab85d37be888ae0c84b7a8ea77bf66f9463
2   "name": "BCAutoLayoutView",
3   "version": "0.1",
4   "summary": "A drop-in solution for add subviews without consider setting NSLayoutConstraint",
5   "description": "                   A UIView subclass that create constraints to its superview's inner bounds without much interactions.\n",
6   "homepage": "https://github.com/ustbenchan/BCAutoLayoutView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ustbenchan": "ustbenchan@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ustbenchan/BCAutoLayoutView.git",
19     "tag": "v0.1"
20   },
21   "source_files": [
22     "Classes",
23     "sources/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true