blob: 6a521a874b894c850180a4beede0f3d047dc5168 [file] [log] [blame]
{
"name": "PathFindingForObjC",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/wbcyclist/PathFindingForObjC",
"authors": {
"Jasio Woo": "wbcyclist@gmail.com"
},
"summary": "A Comprehensive PathFinding Library for Objective-C",
"screenshots": [
"https://raw.githubusercontent.com/wbcyclist/PathFindingForObjC/master/demo/PathFinding_ScreenShot.png"
],
"source": {
"git": "https://github.com/wbcyclist/PathFindingForObjC.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source_files": "PathFindingForObjC/**/*.{h,m}"
}