| { |
| "name": "QuickRulerSuite", |
| "version": "1.0.3", |
| "summary": "A suite to quick create ruler control on iOS, which seems to be attractive. iOS上标尺控件的集合。", |
| "description": "A suite to quick create ruler control on iOS, which seems to be attractive. iOS上标尺控件的集合,该项目支持 Cocoapods 的 subspec。", |
| "homepage": "https://github.com/pcjbird/QuickRulerSuite", |
| "license": "MIT", |
| "authors": { |
| "pcjbird": "pcjbird@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pcjbird/QuickRulerSuite.git", |
| "tag": "1.0.3" |
| }, |
| "social_media_url": "http://www.lessney.com", |
| "requires_arc": true, |
| "documentation_url": "https://github.com/pcjbird/QuickRulerSuite/blob/master/README.md", |
| "screenshots": "https://github.com/pcjbird/QuickRulerSuite/blob/master/logo.png", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreGraphics" |
| ], |
| "source_files": "QuickRulerSuite/QuickRulerSuite.h", |
| "public_header_files": "QuickRulerSuite/QuickRulerSuite.h", |
| "resource_bundles": { |
| "QuickRulerSuite": [ |
| "QuickRulerBundles/*.{png}" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| }, |
| "subspecs": [ |
| { |
| "name": "QuickSportsRuler", |
| "source_files": "QuickRulerSuite/QuickSportsRuler/*.{h,m}", |
| "public_header_files": [ |
| "QuickRulerSuite/QuickSportsRuler/QuickSportsRuler.h", |
| "QuickRulerSuite/QuickSportsRuler/QuickSportsRulerStyle.h" |
| ] |
| } |
| ] |
| } |