blob: e7f1f0175f9cacd8f1bb3e613f2bc630d00f0d27 [file] [log] [blame]
{
"name": "FISWebViewPreloader",
"version": "1.0",
"summary": "Preloading UIWebviews in UIViewControllers for faster loadtime.",
"homepage": "https://github.com/jameslin101/FISWebViewPreloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Basar Akyelli": "bakyelli@gmail.com",
"James Lin": "jameslin101@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jameslin101/FISWebViewPreloader.git",
"tag": "1.0"
},
"source_files": "FISWebViewPreloader/*.{h,m}",
"requires_arc": true
}