blob: 593d36e70e45eb25085c62d1918ff568dd660659 [file] [log] [blame]
{
"name": "ASYPresenterSupport",
"version": "1.0.0",
"summary": "Support for retaining presenters on UIViews in ObjC.",
"authors": {
"Micah Hainline": "micah.hainline@gmail.com",
"James Rantanen": "jarinteractive@gmail.com"
},
"homepage": "http://www.asynchrony.com",
"license": {
"type": "MIT license",
"file": "license.txt"
},
"source": {
"git": "https://github.com/asynchrony/ASYPresenterSupport.git",
"tag": "Release-1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ASYPresenterSupport/UIView+ASYPresenterSupport.{h,m}",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"requires_arc": true
}