| { |
| "name": "IFXRefresher", |
| "version": "1.1.2", |
| "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.2" |
| }, |
| "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 |
| } |