blob: 9e2698b2bdc72d5c1a3e9cae40ae60d423a27662 [file] [log] [blame]
{
"name": "IFXRefresher",
"version": "1.1.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.1.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
}