blob: 03a5f56a46c60f9977fae10088ce2ee7cd8f75db [file] [log] [blame]
{
"name": "IFXRefresher",
"version": "1.0.0",
"license": "MIT",
"summary": "Injection for Xcode auto Refresher, accelerates iOS development.",
"homepage": "https://github.com/18plan/IFXRefresher",
"authors": {
"ShandaGames": "http://www.sdo.com"
},
"source": {
"git": "https://github.com/18plan/IFXRefresher.git",
"tag": "1.0.0"
},
"description": "IFXRefresher help us develop iOS UI so much. This is a tiny library need to work together \nwith Xcode plugin injectionforxcode at https://github.com/johnno1962/injectionforxcode.",
"source_files": "IFXRefresher/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}