Latest | 0.0.4 |
---|---|
Homepage | https://github.com/huachen206/HCKit |
License | MIT |
Platforms | ios 6.1 |
Authors |
Latest podspec
{ "name": "HCKit", "version": "0.0.4", "summary": "A Kit for Hua Chen.", "description": " A longer description of HCKit in Markdown format.nn * Think: Why did you write this? What is the focus? What does it do?n * CocoaPods will be using this to generate tags, and improve search results.n * Try to keep it short, snappy and to the point.n * Finally, don't worry about the indent, CocoaPods strips it!n", "homepage": "https://github.com/huachen206/HCKit", "license": "MIT", "authors": { "huachen206": "[email protected]" }, "platforms": { "ios": "6.1" }, "source": { "git": "https://github.com/huachen206/HCKit.git", "tag": "0.0.4", "submodules": true }, "source_files": "HCKit/HCKit.h", "public_header_files": "HCKit/*.h", "resources": "HCKit/reSources/UIBarButtonItem+Extend.bundle", "ios": { "dependencies": { "BlocksKit": [ "~> 2.2.3" ], "libextobjc": [ "~> 0.4" ] } }, "subspecs": [ { "name": "Utility", "source_files": "HCKit/Utility/*.*", "platforms": { "ios": "6.0" } }, { "name": "RequestApi", "dependencies": { "HCKit/Utility": [], "HCKit/CommonCategory": [] }, "ios": { "dependencies": { "AFNetworking": [ "~> 2.3.1" ] } }, "source_files": "HCKit/RequestApi/*.*", "platforms": { "ios": "6.1" } }, { "name": "CommonCategory", "dependencies": { "HCKit/Utility": [] }, "source_files": "HCKit/CommonCategory/*.*", "public_header_files": "HCKit/CommonCategory/CommonCategory.h" }, { "name": "HCSQLHelp", "ios": { "dependencies": { "FMDB": [ "~> 2.3" ], "FMDBHelpers": [ "~> 0.0.7" ] } }, "source_files": "HCKit/HCSQLHelp/*.*" }, { "name": "Classes", "dependencies": { "HCKit/Utility": [], "HCKit/CommonCategory": [], "HCKit/BaseViewControllers": [], "HCKit/HUDService": [] }, "source_files": "HCKit/classes/*.*" }, { "name": "BaseViewControllers", "dependencies": { "HCKit/Utility": [], "HCKit/CommonCategory": [] }, "frameworks": "UIKit", "ios": { "dependencies": { "HTDelegateProxy": [ "~> 1.0.1" ] } }, "source_files": "HCKit/baseViewControllers/*.*" }, { "name": "HUDService", "ios": { "dependencies": { "SVProgressHUD": [ "~> 1.0" ], "SIAlertView": [ "~> 1.3" ] } }, "dependencies": { "HCKit/Utility": [], "HCKit/CommonCategory": [] }, "platforms": { "ios": "6.1" }, "source_files": "HCKit/HUDService/*.*" } ] }
Fri, 04 Mar 2016 09:47:03 +0000