| { |
| "name": "myFirstPod", |
| "version": "0.1.1", |
| "summary": "Test summary of myFirstPod.", |
| "description": "Test description of myFirstPod 123", |
| "homepage": "https://github.com/aigarssilavs/myFirstPod", |
| "license": "WTFPL", |
| "authors": { |
| "Aigars Silavs": "aigars.silavs@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/aigarssilavs/myFirstPod.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://draugiem.lv/aigarss", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "myFirstPod": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": "UIKit" |
| } |