| { |
| "name": "SaKaCalendar", |
| "version": "1.0.1", |
| "summary": "自定义日历,农历和阳历同时显示.", |
| "homepage": "https://github.com/WeiKunChao/SaKaCalendar", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "WeiKunChao": "17736289336@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/WeiKunChao/SaKaCalendar.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "SaKaCalendar/**/*.{h,m}", |
| "public_header_files": "SaKaCalendar/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |