[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 6 / 8 / NibLoader / 0.1.0 / NibLoader.podspec.json
blob54e7e95fc0930014b282bd75541506a1dc249b12
2   "name": "NibLoader",
3   "version": "0.1.0",
4   "source": {
5     "git": "https://github.com/pjechris/NibLoader.git",
6     "tag": "0.1.0"
7   },
8   "summary": "Nested NIB/XIB with no pain",
9   "description": "Load views from nib in one line; easily nest your nibs right into Interface Builder",
10   "homepage": "https://github.com/pjechris/NibLoader.git",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": "pjechris",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "Src/**/*.{h,m}",
20   "prefix_header_file": "Src/NibLoader.h",
21   "requires_arc": true