Latest | 0.2.6 |
---|---|
Homepage | http://hacknocraft.com |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, ReactiveCocoa |
Frameworks | UIKit, MobileCoreServices, SystemConfiguration, AVFoundation, CoreVideo, Accelerate, CoreMedia, AudioToolbox, CoreLocation, CoreData, CoreGraphics, CFNetwork |
Authors |
Latest podspec
{ "name": "HacknocraftiOS", "version": "0.2.6", "summary": "This project contains the iOS objective C SDK that helps developers to connect with Hacknocraft backend.", "description": " Hacknocraft provides iOS SDK for third party developers to conveniently connect to the Hacknocraft backend.nn * Markdown format.n * Don't worry about the indent, we strip it!n", "homepage": "http://hacknocraft.com", "license": "MIT", "authors": { "Hao Wang": "[email protected]" }, "source": { "git": "https://github.com/laeroah/HacknocraftIOS.git", "tag": "0.2.6" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "ios": { "vendored_frameworks": "Pod/Dependencies/Quickblox.framework", "preserve_paths": "Pod/Dependencies/*.framework", "resources": "Pod/Dependencies/Quickblox.framework", "xcconfig": { "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks" } }, "libraries": [ "resolv", "xml2", "stdc++", "z" ], "frameworks": [ "UIKit", "MobileCoreServices", "SystemConfiguration", "AVFoundation", "CoreVideo", "Accelerate", "CoreMedia", "AudioToolbox", "CoreLocation", "CoreData", "CoreGraphics", "CFNetwork" ], "source_files": "Pod/Classes/**/*", "resource_bundles": { "HacknocraftiOS": [ "Pod/Assets/*.png" ] }, "dependencies": { "AFNetworking": [ "~> 2.3" ], "ReactiveCocoa": [] } }
Tue, 01 Mar 2016 14:47:02 +0000