blob: a187d23c5c34725718d823a70d4b9d371d03278e [file] [log] [blame]
{
"name": "IFXRefresher",
"version": "1.1.1",
"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.1.1"
},
"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": "Source/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}