| { |
| "name": "DMCircleCounter", |
| "version": "1.0.1", |
| "summary": "Beautiful Circle Counter.", |
| "description": " Beautiful Circle Counter that inspire from athkar App in App store.\n\n", |
| "homepage": "https://github.com/dimohamdy/DMCircleCounter", |
| "license": "LICENSE.md", |
| "authors": { |
| "Ahmed Hamdy": "dimo.hamdy@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/dimohamdy/DMCircleCounter.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "DMCircleCounter/Classes/*.{h,m}", |
| "resource_bundles": { |
| "DMCircleCounter": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |