blob: 46d782659f4f17c78dad4f96b437d012495a2d06 [file] [log] [blame]
{
"name": "ESCObservable",
"version": "1.0.3",
"summary": "iOS eventing framework",
"authors": {
"James Rantanen": "escappe@jarinteractive.com"
},
"homepage": "http://escappe.com",
"license": {
"type": "MIT license",
"file": "license.txt"
},
"source": {
"git": "https://github.com/JARinteractive/ESCObservable.git",
"tag": "Release-1.0.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ESCObservable/*.{h,m}",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"requires_arc": true
}