[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / 3 / 5 / FBRemoteNibLoader / 0.1.1 / FBRemoteNibLoader.podspec.json
blob13f96801b661af9b7735e5d0be9e7256a54da669
2   "name": "FBRemoteNibLoader",
3   "version": "0.1.1",
4   "summary": "iOS library that allows to fetch remote .xib compiled and compresed files, and to load UIViewControllers from fetched .xibs",
5   "description": "                        iOS library that allows to fetch remote .xib compiled and compresed files, and to load UIViewControllers from fetched .xibs\n\n                        FBRemoteNibLoader lets you fetch updated versions of NIB files without having to update your app in the AppStore\n\n                        This doesn't include any compiled source code, so it should be fine by Apple guidelines. \n",
6   "homepage": "http://github.com/baytelman/FBRemoteNibLoader",
7   "license": "MIT",
8   "authors": {
9     "Felipe Baytelman": "felipe.baytelman@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/baytelman/FBRemoteNibLoader.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/baytelman",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "FBRemoteNibLoader",
22     "Classes/**/*.{h,m}"
23   ],
24   "frameworks": "UIKit",
25   "dependencies": {
26     "SBYZipArchive": [
27       "~> 0.1"
28     ]
29   }