blob: 47381d4c0c889eec226f283ec74ddf7bdd212445 [file] [log] [blame]
{
"name": "BackInMotion",
"version": "0.0.1",
"platforms": {
"ios": null
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "RubyMotion helper classes for Objective-C.",
"homepage": "http://github.com/farcaller/BackInMotion",
"authors": {
"Vladimir Pouzanov": "farcaller@gmail.com"
},
"source": {
"git": "https://github.com/farcaller/BackInMotion.git",
"tag": "0.0.1"
},
"source_files": "BackInMotion/Classes/*.{h,m}",
"xcconfig": {
"OTHER_LDLAGS": "-lstdc++ -licucore -lc++ -lc++abi"
},
"requires_arc": false
}