{ | |
"name": "UILabel+Extended", | |
"version": "1.0.0", | |
"summary": "Display your app's FPS on screen", | |
"homepage": "https://github.com/wuzhipingdixiao", | |
"license": "MIT", | |
"authors": { | |
"zack": "542120326@qq.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
], | |
"source": { | |
"git": "https://github.com/wuzhipingdixiao/Test.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "Extended/UILabel+Extended/**/*.{h,m}", | |
"requires_arc": true | |
} |