[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 1 / NibWrapper / 1.0.0 / NibWrapper.podspec.json
blob4345291efd74bd3ba906a75be4679b57afdbeffc
2   "name": "NibWrapper",
3   "version": "1.0.0",
4   "summary": "Nesting NIBs ni other NIBs has never been that easy.",
5   "description": "UINibWrapper helps you to nest nibs inside other nibs without writing a single line of code. Checkout the README file to learn how.",
6   "homepage": "https://github.com/mobilejazz/NibWrapper",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobile Jazz": "info@mobilejazz.com"
13   },
14   "social_media_url": "http://twitter.com/mobilejazzcom",
15   "source": {
16     "git": "https://github.com/mobilejazz/NibWrapper.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "Source/*.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "platforms": {
23     "ios": null
24   }