| { |
| "name": "PartnerLibrary", |
| "version": "0.1.2", |
| "summary": "This is a meaningfull library.", |
| "description": "This is a desc for the sake of the mighty gods, hell yeah!", |
| "homepage": "http://www.izlesene.com", |
| "license": "MIT", |
| "authors": { |
| "Övünç Metin": "ovunc@nokta.com" |
| }, |
| "source": { |
| "git": "http://git.nokta.com/git/mad_ios_libs.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "PartnerLibrary": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "MapKit", |
| "CoreData", |
| "SystemConfiguration", |
| "CoreMotion", |
| "Security", |
| "AVFoundation", |
| "CoreMedia", |
| "CoreFoundation", |
| "QuartzCore", |
| "CoreGraphics", |
| "Foundation", |
| "CFNetwork" |
| ], |
| "libraries": [ |
| "xml2", |
| "resolv", |
| "cmph", |
| "z" |
| ] |
| } |