blob: 13f96801b661af9b7735e5d0be9e7256a54da669 [file] [log] [blame]
{
"name": "FBRemoteNibLoader",
"version": "0.1.1",
"summary": "iOS library that allows to fetch remote .xib compiled and compresed files, and to load UIViewControllers from fetched .xibs",
"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",
"homepage": "http://github.com/baytelman/FBRemoteNibLoader",
"license": "MIT",
"authors": {
"Felipe Baytelman": "felipe.baytelman@gmail.com"
},
"source": {
"git": "https://github.com/baytelman/FBRemoteNibLoader.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/baytelman",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"FBRemoteNibLoader",
"Classes/**/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"SBYZipArchive": [
"~> 0.1"
]
}
}