| { |
| "name": "YZCGPointExtension", |
| "version": "0.0.1", |
| "summary": "A library of code that might help your iOS development.", |
| "homepage": "https://github.com/yichizhang/YZCGPointExtension", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yichi Zhang": "zhang-yi-chi@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yichizhang/YZCGPointExtension.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "YZCGPointExtension/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreGraphics" |
| ] |
| } |